ui-lib.pl globals
authorjoe <joe@alice.(none)>
Thu, 3 Sep 2009 01:33:03 +0000 (21:33 -0400)
committerjoe <joe@alice.(none)>
Thu, 3 Sep 2009 01:33:03 +0000 (21:33 -0400)
ui-lib.pl

index 8b4d012..2e2c07f 100755 (executable)
--- a/ui-lib.pl
+++ b/ui-lib.pl
@@ -1,3 +1,6 @@
+use vars qw($theme_no_table $ui_radio_selector_donejs $module_name 
+           $ui_multi_select_donejs);
+
 =head1 ui-lib.pl
 
 Common functions for generating HTML for Webmin user interface elements.
@@ -2195,7 +2198,7 @@ Returns the HTML for an image with the $alt text.  If $absolute is set,
 include protocol and hostname.  $cls is for optional CSS classes.
 
 =cut
-ui_image
+sub ui_image
 {
 return;
 }