OTRS front-end hours and minutes

Moderator: crythias

Locked
Mindaugas
Znuny newbie
Posts: 14
Joined: 17 Jul 2015, 10:45
Znuny Version: 4.0.9

OTRS front-end hours and minutes

Post by Mindaugas »

hello,

I want to move hours and minutes ("16:24") to more right. Where I can find it how to do? Please help.

Hours_minutes.png
You do not have the required permissions to view the files attached to this post.
crythias
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

Post by crythias »

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.
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
Mindaugas
Znuny newbie
Posts: 14
Joined: 17 Jul 2015, 10:45
Znuny Version: 4.0.9

Re: OTRS front-end hours and minutes

Post by Mindaugas »

My picture was from agent window in note.
Where can I find it? Where is it config file?
Mindaugas
Znuny newbie
Posts: 14
Joined: 17 Jul 2015, 10:45
Znuny Version: 4.0.9

Re: OTRS front-end hours and minutes

Post by Mindaugas »

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?
crythias
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

Post by crythias »

Mindaugas wrote:Where I can find css for this?
You should add a .css file to SysConfig and look at the rendered web page for the element ID.

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
Locked