Author: jmorliaguet
Date: Thu Jun 29 20:40:18 2006
New Revision: 3563

Modified:
   cpsskins/branches/paris-sprint-2006/ui/screens/common/theme_tabs.pt

Log:

- underline the default theme



Modified: cpsskins/branches/paris-sprint-2006/ui/screens/common/theme_tabs.pt
==============================================================================
--- cpsskins/branches/paris-sprint-2006/ui/screens/common/theme_tabs.pt 
(original)
+++ cpsskins/branches/paris-sprint-2006/ui/screens/common/theme_tabs.pt Thu Jun 
29 20:40:18 2006
@@ -16,7 +16,9 @@
           <img tal:attributes="id string:t${theme/identifier}"
                alt="" width="12" height="12" src="++resource++edit-12.png" />
           <a tal:content="python: theme.title or 'No title'"
-             tal:attributes="href string:@@setPage?name=${theme/name}" />
+             tal:attributes="href string:@@setPage?name=${theme/name};
+                             style python: tmutil.isDefault(theme) and
+                                  'text-decoration: underline' or nothing" />
         </td>
         <td tal:attributes="class python: selected and 'rtabselected' or 
'rtab'">
           <img alt="" width="5" height="5" src="++resource++rtab.png" />
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to