Styling in popups
authorJamie Cameron <jcameron@webmin.com>
Mon, 18 Aug 2008 18:10:24 +0000 (18:10 +0000)
committerJamie Cameron <jcameron@webmin.com>
Mon, 18 Aug 2008 18:10:24 +0000 (18:10 +0000)
blue-theme/theme.pl

index 5415b3f..090cfeb 100755 (executable)
@@ -77,6 +77,11 @@ print "var rowsel = new Array();\n";
 print "</script>\n";
 }
 
+sub theme_popup_prehead
+{
+&theme_prehead();
+}
+
 # theme_ui_columns_start(&headings, [width-percent], [noborder], [&tdtags], [heading])
 # Returns HTML for a multi-column table, with the given headings
 sub theme_ui_columns_start