app/soc/views/helper/widgets.py
changeset 1997 55cf79b8cffe
parent 1960 64fa3cf03b4e
child 2013 eda2589a90e6
equal deleted inserted replaced
1996:ae53f21abb9b 1997:55cf79b8cffe
    92       'mode': "exact",
    92       'mode': "exact",
    93       'theme': "advanced",
    93       'theme': "advanced",
    94       'theme_advanced_buttons1': features1,
    94       'theme_advanced_buttons1': features1,
    95       'theme_advanced_buttons2': features2,
    95       'theme_advanced_buttons2': features2,
    96       'theme_advanced_buttons3': '',
    96       'theme_advanced_buttons3': '',
       
    97       'theme_advanced_resizing': True,
    97       'theme_advanced_toolbar_location': "top",
    98       'theme_advanced_toolbar_location': "top",
       
    99       'theme_advanced_statusbar_location': "bottom",
       
   100       'theme_advanced_path' : False,
    98       'theme_advanced_toolbar_align': "left",
   101       'theme_advanced_toolbar_align': "left",
    99       'relative_urls': 0,
   102       'relative_urls': 0,
   100       'remove_script_host': 0,
   103       'remove_script_host': 0,
   101       }
   104       }
   102 
   105