app/soc/views/helper/widgets.py
changeset 1542 9de71e8890e7
parent 1337 77931c584199
child 1578 0ffb9a3dfbdf
equal deleted inserted replaced
1541:83e22817335e 1542:9de71e8890e7
   166   """Widget for selecting a reference to an Entity.
   166   """Widget for selecting a reference to an Entity.
   167   """
   167   """
   168 
   168 
   169   HTML_CODE = """
   169   HTML_CODE = """
   170   <span style="width:450px" colspan="4">
   170   <span style="width:450px" colspan="4">
   171     <div id="ToS" style="overflow:auto;height:200px">
   171     <div id="ToS" style="overflow:auto;height:800px">
   172       %s
   172       %s
   173     </div>
   173     </div>
   174   </span>
   174   </span>
   175   """
   175   """
   176 
   176