GetSimple Support Forum
modification in styles admin - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: modification in styles admin (/showthread.php?tid=1435)



modification in styles admin - singulae - 2011-03-20

I made a modification (very little) in general buttons to cancel, delete and view of the administration area. They now have rounded edges, like other elements ..
It is a small contribution ..
Do not know if this is the right place to say ... I hope that is correct.

The changes are as follows:

Replace X by × in:
admin/archive.php -> line 79
admin/components.php -> line 102
admin/backups.php -> line 79
admin/upload.php -> line 234
admin/template/js/jquery.getsimple.js -> line 122
admin/inc/template_functions.php -> line 924

Replace # by '.strip_tags(strtolower(i18n_r('VIEW'))).' in:
admin/inc/template_functions.php -> line 921


And change style.php by posted file: (is better to change the file than change line by line)

(see screeshot in .zip)

you prove it and tell me your opinion?

thanks


modification in styles admin - ccagle8 - 2011-04-02

Thanks - i am going to use the × suggestion, but not the other one. As i've said before i like the minimalist # as the symbol for "view"


modification in styles admin - singulae - 2011-04-03

ccagle8 Wrote:Thanks - i am going to use the × suggestion, but not the other one. As i've said before i like the minimalist # as the symbol for "view"

ok. Thanks for reply (really).

But ..it the beginning of use getSimple I wanted to see the page as quickly .. until I found this symbol.,
I mean it's difficult to understand what it does without clicking.. In other parts you use "view" ..

anyway you're the boss. ;-)

thanks!