equal
deleted
inserted
replaced
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 <!-- |