summaryrefslogtreecommitdiff
path: root/core/views/admin_graphics.html.php
AgeCommit message (Collapse)Author
2009-01-13Make the admin/graphics UI mimic admin/themes with a single selectedBharat Mediratta
toolkit above, and other available ones below.
2009-01-13Fix indentation.Bharat Mediratta
2009-01-13Update translations to put anchors directly into the translation.Bharat Mediratta
2009-01-12Minor markup cleanup.Chad Kieffer
2009-01-11Change admin/graphics to avoid using radio buttons. Instead, when youBharat Mediratta
hover over a toolkit it changes color and your cursor becomes a pointer. Clicking changes the toolkit.
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
- And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key.
2009-01-03Detect when imagerotate is missingBharat Mediratta
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure)
2008-12-30Add a "Graphics Settings" page that lets admins choose which graphicsBharat Mediratta
toolkit we use. We only allow users to use one toolkit. The UI needs work!