From 67d551d5e3739af81611c06a7786844f4eabb4ea Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 6 Feb 2009 06:34:47 +0000 Subject: jQuery-based buttons! Form updates, short form updates. Need to fix add user/group buttons and search form on search results page. --- themes/admin_default/js/ui.init.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/admin_default/js') 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(''); + // Apply modal dialogs var dialogLinks = $(".gDialogLink"); for (var i=0; i < dialogLinks.length; i++) { -- cgit v1.2.3