diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-06 06:34:47 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-06 06:34:47 +0000 |
commit | 67d551d5e3739af81611c06a7786844f4eabb4ea (patch) | |
tree | e99800c1e473cffc9dd625bdbac773a8ab1c13dc /themes/admin_default/js | |
parent | 80d4df3a4a6fefcf69de5245934b4b0bfc0f8e20 (diff) |
jQuery-based buttons! Form updates, short form updates. Need to fix add user/group buttons and search form on search results page.
Diffstat (limited to 'themes/admin_default/js')
-rw-r--r-- | themes/admin_default/js/ui.init.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/admin_default/js/ui.init.js b/themes/admin_default/js/ui.init.js index efc2af04..c8e21c9c 100644 --- a/themes/admin_default/js/ui.init.js +++ b/themes/admin_default/js/ui.init.js @@ -14,6 +14,9 @@ $(document).ready(function(){ speed: 'fast' }); + $(".gButtonLink").addClass("fg-button fg-button-icon-left ui-state-default ui-corner-all"); + $(".gButtonLink").prepend('<span class="ui-icon ui-icon-circle-plus"></span>'); + // Apply modal dialogs var dialogLinks = $(".gDialogLink"); for (var i=0; i < dialogLinks.length; i++) { |