[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/orderedSelectionList.pt
Removed some silly style settings.
Jim Fulton
jim at zope.com
Sat Oct 30 18:09:45 EDT 2004
Log message for revision 28298:
Removed some silly style settings.
Changed:
U Zope3/trunk/src/zope/app/form/browser/orderedSelectionList.pt
-=-
Modified: Zope3/trunk/src/zope/app/form/browser/orderedSelectionList.pt
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/orderedSelectionList.pt 2004-10-30 09:36:20 UTC (rev 28297)
+++ Zope3/trunk/src/zope/app/form/browser/orderedSelectionList.pt 2004-10-30 22:09:44 UTC (rev 28298)
@@ -134,7 +134,7 @@
<table border="0">
<tr>
<td>
- <select id="from" name="from" size="5" multiple="" style="width:40%"
+ <select id="from" name="from" size="5" multiple=""
tal:attributes="name string:${view/name}.from;
id string:${view/name}.from">
<option tal:repeat="entry view/choices"
@@ -154,7 +154,7 @@
><- </button>
</td>
<td>
- <select id="to" name="to" size="5" multiple="" style="width:40%"
+ <select id="to" name="to" size="5" multiple=""
tal:attributes="name string:${view/name}.to;
id string:${view/name}.to">
<option tal:repeat="entry view/selected"
More information about the Zope3-Checkins
mailing list