Marius Cramer
2014-12-19 825dd6792d2d46b7d97e1f1626a9071382977cd2
interface/web/dashboard/dashlets/templates/limits.htm
@@ -1,6 +1,7 @@
   <h2>{tmpl_var name='limits_txt'}</h2>
   <div style="width:350px;">
   <table class="list">
   <div class="table-wrapper marginTop15">
<table class="table">
   <tmpl_loop name='rows'>
      <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
        <td>{tmpl_var name='field_txt'}</td>
@@ -9,3 +10,4 @@
   </tmpl_loop>
   </table>
   </div>
   </div>