hello,
I want to move hours and minutes ("16:24") to more right. Where I can find it how to do? Please help.
OTRS front-end hours and minutes
Moderator: crythias
OTRS front-end hours and minutes
You do not have the required permissions to view the files attached to this post.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: OTRS front-end hours and minutes
I can tell you how to do it for one instance:
Find the ID and css
margin-left: 10px;
otherwise modify Layout.pm (as an example. Back up because it's a critical file.)
https://github.com/OTRS/otrs/blob/rel-4 ... t.pm#L2998 might be of interest.
Find the ID and css
margin-left: 10px;
otherwise modify Layout.pm (as an example. Back up because it's a critical file.)
https://github.com/OTRS/otrs/blob/rel-4 ... t.pm#L2998 might be of interest.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: OTRS front-end hours and minutes
My picture was from agent window in note.
Where can I find it? Where is it config file?
Where can I find it? Where is it config file?
Re: OTRS front-end hours and minutes
Here is from AgentTicketActionCommon.tt:
<label>[% Translate("Pending date") | html %]:</label>
<div class="Field">
[% Data.DateString %]
<div id="DayServerError" class="TooltipErrorMessage"><p>[% Translate("Date invalid!") | html %]</p></div>
<div id="HourServerError" class="TooltipErrorMessage"><p>[% Translate("Date invalid!") | html %]</p></div>
Where I can find css for this?
<label>[% Translate("Pending date") | html %]:</label>
<div class="Field">
[% Data.DateString %]
<div id="DayServerError" class="TooltipErrorMessage"><p>[% Translate("Date invalid!") | html %]</p></div>
<div id="HourServerError" class="TooltipErrorMessage"><p>[% Translate("Date invalid!") | html %]</p></div>
Where I can find css for this?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: OTRS front-end hours and minutes
You should add a .css file to SysConfig and look at the rendered web page for the element ID.Mindaugas wrote:Where I can find css for this?
Please kindly take a bit to read the online docs and become a bit more familiar with the configuration.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask