[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_add_issue_form.pt:1.11 collector_edit_form.pt:1.13 collector_macros.pt:1.24
Ken Manheimer
klm@zope.com
Mon, 29 Oct 2001 15:24:08 -0500
Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv9160/skins/collector
Modified Files:
collector_add_issue_form.pt collector_edit_form.pt
collector_macros.pt
Log Message:
More stray cosmetics.
=== CMF/CMFCollector/skins/collector/collector_add_issue_form.pt 1.10 => 1.11 ===
</td>
<td colspan="2">
- <font color="gray">
+ <font color="gray" size="-1">
<span tal:replace="here/version_info_spiel"></span>
</font>
</td>
@@ -136,7 +136,7 @@
</td>
<td valign="top"
tal:condition="assigner">
- Assign to:
+ Assign to: <br>
<select name="assignees:list" MULTIPLE size="5"
tal:attributes="size python:
min(max(len(supporters), 3), 8)">
=== CMF/CMFCollector/skins/collector/collector_edit_form.pt 1.12 => 1.13 ===
</th>
<td colspan="3">
- <font size="-1" color="gray"> Will be rendered as HTML </font>
+ <font color="gray" size="-1"> Will be rendered as HTML: </font>
<br>
<textarea name="description:text" rows="3"
cols="50"
@@ -105,10 +105,10 @@
</textarea>
</td>
<td colspan="2">
- <font size="-1" color="gray">
+ <font color="gray" size="-1">
Managers configure the collector, and receive request notices.
Managers can accept issues, but must be on Supporters roster to be
- assigned. (Managers cannot remove <em>themselves</em> from
+ assigned. (Managers cannot remove <em>themselves</em> from the
management roster.)
</font>
</td>
@@ -123,7 +123,7 @@
</textarea>
</td>
<td colspan="2">
- <font size="-1" color="gray">
+ <font color="gray" size="-1">
Supporters can be assigned to requests. They may or may not
receive initial request notifications, depending on the
"dispatching" setting below.
@@ -193,7 +193,7 @@
<tr valign="top">
<th align="right"> Version Info Spiel </th>
<td colspan=3>
- <font size="-1" color="gray" size="-1">
+ <font color="gray" size="-1">
Something to prompt requesters for useful version info...
</font>
<br>
=== CMF/CMFCollector/skins/collector/collector_macros.pt 1.23 => 1.24 ===
<div metal:define-macro="issue_header"
tal:define="global collector_issue_header_present python: 1;
- TITLELEN python: 45;
+ TITLELEN python: 150;
split nocall: modules/string/split;
TRUNCDESCR python: 150;
global artifacts