src/cm/templates/site/text_settings.html
changeset 0 40c8f766c9b8
child 438 fcc5e2f0befd
equal deleted inserted replaced
-1:000000000000 0:40c8f766c9b8
       
     1 {% extends "site/layout/base_text.html" %}
       
     2 {% load i18n %}
       
     3 {% load com %}
       
     4 
       
     5 {% block main %}
       
     6 
       
     7 <script type="text/javascript">
       
     8 <!--
       
     9 tb_conf['current_tab'] = 'settings';
       
    10 -->
       
    11 </script>
       
    12 
       
    13 <div id="text_settings" class="tab-meta">
       
    14 <form id="settings_form" class="text-form wizard-form" action="." method="post">
       
    15     <table class="wide_form">
       
    16         <tbody>
       
    17             {% include "site/macros/form_fields.html" %}
       
    18     <tr>
       
    19         <td style="vertical-align: top; width: 20%; text-align:right;">
       
    20         </td>
       
    21         <td>
       
    22             <label></label>
       
    23             <input name="save" id="save" type="submit" value="{% blocktrans %}Save{% endblocktrans %}"/>            
       
    24         </td>
       
    25     </tr>
       
    26         </tbody>
       
    27     </table>
       
    28 </form>
       
    29 
       
    30 </div>
       
    31 
       
    32 {% endblock %}