[Cherokee-commits] [4285] cherokee/branches/adminctk/admin/PageIcons.py: Adds page headers and indents some widgets.

SVN at cherokee-project.com SVN at cherokee-project.com
Sun Feb 21 11:28:08 CET 2010


Revision: 4285
          http://svn.cherokee-project.com/changeset/4285
Author:   alo
Date:     2010-02-21 11:28:08 +0100 (Sun, 21 Feb 2010)

Log Message:
-----------
Adds page headers and indents some widgets.

Modified Paths:
--------------
    cherokee/branches/adminctk/admin/PageIcons.py

Modified: cherokee/branches/adminctk/admin/PageIcons.py
===================================================================
--- cherokee/branches/adminctk/admin/PageIcons.py	2010-02-21 10:28:05 UTC (rev 4284)
+++ cherokee/branches/adminctk/admin/PageIcons.py	2010-02-21 10:28:08 UTC (rev 4285)
@@ -124,8 +124,10 @@
 
                 delete.bind('click', CTK.JS.Ajax (URL_APPLY, data = {pre: ''},
                                                   complete = refreshable.JS_to_refresh()))
-            self += table
 
+            self += CTK.RawHTML ("<h2>%s</h2>" %_('Extension List'))
+            self += CTK.Indenter (table)
+
         # Nex entry
         exts   = CTK.TextField({'name': "new_exts", 'class': "noauto"})
         icombo = IconComboSet ("new_exts_icon", True, {'class': "required"})
@@ -169,7 +171,8 @@
                 delete.bind('click', CTK.JS.Ajax (URL_APPLY, data = {pre: ''},
                                                   complete = refreshable.JS_to_refresh()))
 
-            self += table
+            self += CTK.RawHTML ("<h2>%s</h2>" %_('File Matches'))
+            self += CTK.Indenter (table)
 
         # Nex file
         nfile  = CTK.TextField({'name': "new_file", 'class': "noauto"})
@@ -208,9 +211,11 @@
 
         submit  = CTK.Submitter(URL_APPLY)
         submit += table
-        self   += submit
 
+        self += CTK.RawHTML ("<h2>%s</h2>" %_('Special Files'))
+        self += CTK.Indenter (submit)
 
+
 class ExtensionsWidget_Instancer (CTK.Container):
     def __init__ (self):
         CTK.Container.__init__ (self)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.octality.com/pipermail/cherokee-commits/attachments/20100221/d97a5e3e/attachment.htm 


More information about the Cherokee-commits mailing list