[Checkins] SVN: grokui.admin/branches/fancy-layout/ Cosmetics on the server template.

Souheil CHELFOUH souheil at chelfouh.com
Fri Jan 29 10:55:40 EST 2010


Log message for revision 108638:
  Cosmetics on the server template.
  Cleaned the buildout for buildbot (not using svn+ssh)
  

Changed:
  U   grokui.admin/branches/fancy-layout/buildout.cfg
  U   grokui.admin/branches/fancy-layout/src/grokui/admin/templates/server.pt

-=-
Modified: grokui.admin/branches/fancy-layout/buildout.cfg
===================================================================
--- grokui.admin/branches/fancy-layout/buildout.cfg	2010-01-29 15:52:04 UTC (rev 108637)
+++ grokui.admin/branches/fancy-layout/buildout.cfg	2010-01-29 15:55:39 UTC (rev 108638)
@@ -11,25 +11,19 @@
 [svn]
 recipe = infrae.subversion
 as_eggs = True
-urls = svn+ssh://svn.zope.org/repos/main/grokui.base/trunk grokui.base
+urls = svn://svn.zope.org/repos/main/grokui.base/trunk grokui.base
 
 [versions]
 grokui.admin = 
 grokui.base = 
-megrok.layout = 0.9
-zope.login = 1.0
-zope.publisher = 3.12
-zope.contenttype = 3.5
-zope.browserpage = 3.11
 
-
 [app]
 recipe = zc.zope3recipes>=0.5.3:application
 eggs = grokui.admin
 site.zcml =<configure xmlns='http://namespaces.zope.org/zope'
            xmlns:meta="http://namespaces.zope.org/meta"
-           i18n_domain="zope"
-           >
+           i18n_domain="zope">
+
             <include package="grokui.base" />
             <include package="grokui.admin" />
             <include package="zope.app.twisted" />

Modified: grokui.admin/branches/fancy-layout/src/grokui/admin/templates/server.pt
===================================================================
--- grokui.admin/branches/fancy-layout/src/grokui/admin/templates/server.pt	2010-01-29 15:52:04 UTC (rev 108637)
+++ grokui.admin/branches/fancy-layout/src/grokui/admin/templates/server.pt	2010-01-29 15:55:39 UTC (rev 108638)
@@ -52,8 +52,10 @@
 	<p>
 	  <legend>Manage server process</legend>
 	  <span tal:condition="view/server_control">
-	    <input type="submit" name="restart" class="button" value="Restart Zope 3" />
-	    <input type="submit" name="shutdown" class="button" value="Stop Zope 3" />
+	    <input type="submit" name="restart" class="button"
+		   value="Restart server" />
+	    <input type="submit" name="shutdown" class="button"
+		   value="Stop server" />
 	    after <input type="text" name="time" value="0" size="4" /> seconds
 	    <input type="hidden" name="submitted" value="true"/>
 	  </span>
@@ -74,8 +76,10 @@
         <form method="post" action=""
               tal:attributes="action string:${context/@@absolute_url}/server">
 	  <input type="hidden" name="submitted" value="true"/>
-          <input type="hidden" name="dbName" value="" tal:attributes="value db/utilName" />
-          <input type="text" name="days" value="0" size="3" title="Days of history to keep" />
+          <input type="hidden" name="dbName" value=""
+		 tal:attributes="value db/utilName" />
+          <input type="text" name="days" value="0"
+		 size="3" title="Days of history to keep" />
           <input class="button" type="submit" name="pack" value="Pack" />
           <span tal:replace="db/dbName" />
           <span tal:replace="db/size" />



More information about the checkins mailing list