web/formwidgets.py
changeset 8936 010adc548b97
parent 8732 0d9c8f5eb285
child 9134 a5f53b023132
equal deleted inserted replaced
8935:a8a9ba6f4cdd 8936:010adc548b97
   486     </td>
   486     </td>
   487     <td>%(resinput)s</td>
   487     <td>%(resinput)s</td>
   488   </tr>
   488   </tr>
   489 </table>
   489 </table>
   490 """
   490 """
   491     add_button = ('<input type="button" id="cwinoutadd" class="wdgButton cwinoutadd" '
   491     add_button = ('<input type="button" class="wdgButton cwinoutadd" '
   492                   'value="&gt;&gt;" size="10" />')
   492                   'value="&gt;&gt;" size="10" />')
   493     remove_button = ('<input type="button" class="wdgButton cwinoutremove" '
   493     remove_button = ('<input type="button" class="wdgButton cwinoutremove" '
   494                      'value="&lt;&lt;" size="10" />')
   494                      'value="&lt;&lt;" size="10" />')
   495 
   495 
   496     def __init__(self, *args, **kwargs):
   496     def __init__(self, *args, **kwargs):