Sfoglia il codice sorgente

HUE-90. Useradmin table squashed together

Mis-edit in the CSS tags wasn't triggering the HtmlTable filter.
Philip Zeyliger 15 anni fa
parent
commit
b35e1e98c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apps/useradmin/src/useradmin/templates/list_users.mako

+ 1 - 1
apps/useradmin/src/useradmin/templates/list_users.mako

@@ -17,7 +17,7 @@
 
 ${wrappers.head()}
     <div id="useradmin_userlist" class="view">
-      <table data-table="HtmlTable" class="sortable" cellpadding="0" cellspacing="0">
+      <table data-filters="HtmlTable" class="sortable" cellpadding="0" cellspacing="0">
         <thead>
           <tr>
             <th>Username</th>