MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Development => Topic started by: chrisf on 2014-02-22, 20:08:58

Title: logout / status overlap - time
Post by: chrisf on 2014-02-22, 20:08:58
The logout link and status button are overlapping.

The time should be am/pm not military time.  Ex: 14:02 should be 2:02 P,  most people like standard time, not 24 hour format.
Title: Re: logout / status overlap - time
Post by: MRatWork on 2014-02-22, 23:40:56
Overlap because display width less than 1200 width.

In Asia, they are more enjoy with 24 format.
Title: Re: logout / status overlap - time
Post by: chrisf on 2014-02-23, 00:33:06
How about a setting for change time format?  USA goes with 12 hour format.

You should take into account all screen sizes.  If you shorten the green bar with logout, it will all fit.
Title: Re: logout / status overlap - time
Post by: MRatWork on 2014-02-23, 00:59:24
It's simple javascript attach inside htmllib.php.
Title: Re: logout / status overlap - time
Post by: chrisf on 2014-02-23, 01:05:56
I am not worried about changing it, but we update a lot.  I don't want to have to do it over and over.  Why not simply admin setting?
Title: Re: logout / status overlap - time
Post by: Kloxo-DR on 2014-02-23, 07:50:42
Hi Chris,

How about a setting for change time format?  USA goes with 12 hour format.

And Chris, USA is a very tiny world in comparision of the population of the whole world.

Europe goes with 24 hour format.

Kloxo-MR _MUST_ support both.
Title: Re: logout / status overlap - time
Post by: chrisf on 2014-02-23, 08:31:10
I never said get rid of 24 hour format, I SAID, add a admin setting or configuration option to choose 12 or 24 hour format.

Also, newest update, status still overlaps logout.  I understand screen resolution is why, when I am on my laptop it isn't a problem.  Not all clients have new computers.  You should consider that, please.

Simple solution is to make the green bar a few px smaller.
Title: Re: logout / status overlap - time
Post by: MRatWork on 2014-02-23, 08:35:02
I don't want implementing for clock bar completely. In last version of 6.5.1.b, just enough copy clock.js to custom.clock.js and then modified this custom file.

All files (php include, js and css) that call by htmllib.php ready for 'custom rule'. So, you can modified skin without worry to overwrite when Kloxo-MR update (remember, it's for 6.5.1).