src/cm/templates/site/user_list.html
changeset 35 23714888059b
parent 0 40c8f766c9b8
child 38 be1807d390d4
equal deleted inserted replaced
34:a877b19deb98 35:23714888059b
    83 
    83 
    84 {% include "site/macros/paginator.html" %}
    84 {% include "site/macros/paginator.html" %}
    85 
    85 
    86 <div style="clear:both;"></div>
    86 <div style="clear:both;"></div>
    87 
    87 
    88 <table summary="user list" class="large_table">
    88 <table summary="{% blocktrans %}People' list{% endblocktrans %}" class="large_table">
    89     <thead>
    89     <thead>
    90         <tr>
    90         <tr>
    91             <th class="check-column"><input type="checkbox" id="all_check" name="checkall"/>
    91             <th class="check-column"><input type="checkbox" id="all_check" name="checkall"/>
    92             <script type="text/javascript">
    92             <script type="text/javascript">
    93             <!--
    93             <!--