File tree 1 file changed +29
-29
lines changed
django/applications/catmaid/static/js/widgets
1 file changed +29
-29
lines changed Original file line number Diff line number Diff line change 112
112
<option value="5" selected>5</option>
113
113
</select>
114
114
</div>
115
- </th>
116
- <th>x</th>
117
- <th>y</th>
118
- <th>z</th>
119
- <th>s</th>
120
- <th>r</th>
121
- <th>user<input type="text" id="${ self . idPrefix } search-user" value="Search" class="search_init" /></th>
122
- <th>last modified</th>
115
+ </th>
116
+ <th>x</th>
117
+ <th>y</th>
118
+ <th>z</th>
119
+ <th>s</th>
120
+ <th>r</th>
121
+ <th>user<input type="text" id="${ self . idPrefix } search-user" value="Search" class="search_init" /></th>
122
+ <th>last modified</th>
123
123
<th>reviewer
124
124
<input type="text" id="${ self . idPrefix } search-reviewer" value="Search" class="search_init"/>
125
- </th>
125
+ </th>
126
126
<th title="Imported">i</th>
127
- </tr>
128
- </thead>
129
- <tfoot>
130
- <tr>
131
- <th>id</th>
132
- <th>type</th>
133
- <th>tags</th>
134
- <th>c</th>
135
- <th>x</th>
136
- <th>y</th>
137
- <th>z</th>
138
- <th>s</th>
139
- <th>r</th>
140
- <th>user</th>
141
- <th>last modified</th>
142
- <th>reviewer</th>
127
+ </tr>
128
+ </thead>
129
+ <tfoot>
130
+ <tr>
131
+ <th>id</th>
132
+ <th>type</th>
133
+ <th>tags</th>
134
+ <th>c</th>
135
+ <th>x</th>
136
+ <th>y</th>
137
+ <th>z</th>
138
+ <th>s</th>
139
+ <th>r</th>
140
+ <th>user</th>
141
+ <th>last modified</th>
142
+ <th>reviewer</th>
143
143
<th title="Imported">i</th>
144
- </tr>
145
- </tfoot>
146
- <tbody>
147
- </tbody>
144
+ </tr>
145
+ </tfoot>
146
+ <tbody>
147
+ </tbody>
148
148
</table>` ;
149
149
} ,
150
150
filter : {
You can’t perform that action at this time.
0 commit comments