Author: justi9
Date: 2007-10-12 09:43:02 -0400 (Fri, 12 Oct 2007)
New Revision: 1017
Modified:
mgmt/cumin/python/cumin/page.strings
mgmt/cumin/python/cumin/server.strings
mgmt/notes/Todo
Log:
Adds a simple comma separated list style for ULs and uses it for
server groups in the server properties box.
Modified: mgmt/cumin/python/cumin/page.strings
===================================================================
--- mgmt/cumin/python/cumin/page.strings 2007-10-12 13:30:11 UTC (rev 1016)
+++ mgmt/cumin/python/cumin/page.strings 2007-10-12 13:43:02 UTC (rev 1017)
@@ -341,6 +341,22 @@
border: 1px dotted #ddd;
}
+ul.comma {
+ list-style: none;
+}
+
+ul.comma li {
+ display: inline;
+}
+
+ul.comma li:after {
+ content: ", "
+}
+
+ul.comma li:last-child:after {
+ content: ""
+}
+
[CuminPage.html]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Modified: mgmt/cumin/python/cumin/server.strings
===================================================================
--- mgmt/cumin/python/cumin/server.strings 2007-10-12 13:30:11 UTC (rev 1016)
+++ mgmt/cumin/python/cumin/server.strings 2007-10-12 13:43:02 UTC (rev 1017)
@@ -38,6 +38,9 @@
{tabs}
</div>
+[ServerServerGroups.html]
+<ul class="comma">{items}</ul>
+
[ConfigTab.html]
<ul class="actions">
<li><a href="">Edit This Configuration</a></li>
Modified: mgmt/notes/Todo
===================================================================
--- mgmt/notes/Todo 2007-10-12 13:30:11 UTC (rev 1016)
+++ mgmt/notes/Todo 2007-10-12 13:43:02 UTC (rev 1017)
@@ -61,11 +61,11 @@
* Add creation dates to some objects
- * cumindev: Bind .strings to html-mode
-
* cumindev: add a cumin-test function and bind it to C-c C-c
* Consider adding a set_object to Frame, instead of having
set_somethingspecific on each frame.
* Remove log messages from host template view
+
+ * Consider having a cssclass set on widgets