app/soc/views/helper/widgets.py
changeset 1593 58e7c56206cd
parent 1578 0ffb9a3dfbdf
child 1725 52d90bbc98dc
equal deleted inserted replaced
1592:4465cda55182 1593:58e7c56206cd
   171   """Widget for selecting a reference to an Entity.
   171   """Widget for selecting a reference to an Entity.
   172   """
   172   """
   173 
   173 
   174   HTML_CODE = """
   174   HTML_CODE = """
   175   <span style="width:450px" colspan="4">
   175   <span style="width:450px" colspan="4">
   176     <div id="ToS" style="overflow:auto;height:800px">
   176     <div id="ToS" style="overflow:auto;height:500px">
   177       %s
   177       %s
   178     </div>
   178     </div>
   179   </span>
   179   </span>
   180   """
   180   """
   181 
   181