Lines 300-337
Link Here
|
300 |
</div> |
300 |
</div> |
301 |
</div> |
301 |
</div> |
302 |
|
302 |
|
303 |
<div id="batches-ui" class="ui-modal modal fade" tabindex="-1" role="dialog" aria-labelledby="batches-title" aria-hidden="true"> |
303 |
<div id="batches-ui" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="batches-title" aria-hidden="true"> |
304 |
|
304 |
|
305 |
<div class="modal-content"> |
305 |
<div class="modal-dialog modal-lg" role="document"> |
306 |
<div class="modal-header"> |
306 |
<div class="modal-content"> |
307 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
307 |
<div class="modal-header"> |
308 |
<h3 id="batches-title">Import batch settings</h3> |
308 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
309 |
</div> |
309 |
<h3 id="batches-title">Import batch settings</h3> |
|
|
310 |
</div> |
310 |
|
311 |
|
311 |
<div class="modal-body row-fluid"> |
312 |
<div class="modal-body row-fluid"> |
312 |
<div class="span9"> |
313 |
<div class="span9"> |
313 |
<div id="toolbar" class="btn-toolbar"> |
314 |
<div id="toolbar" class="btn-toolbar"> |
314 |
<button class="btn btn-sm" type="submit" id="create-batch"><i class="icon-plus"></i> <span>Create new batch...</span></button> |
315 |
<button class="btn btn-sm" type="submit" id="create-batch"><i class="icon-plus"></i> <span>Create new batch...</span></button> |
315 |
<button class="btn btn-sm" type="submit" id="manage-batches"><i class="icon-list"></i> <span>Manage import batches...</span></button> |
316 |
<button class="btn btn-sm" type="submit" id="manage-batches"><i class="icon-list"></i> <span>Manage import batches...</span></button> |
|
|
317 |
</div> |
318 |
<table id="batches-table"> |
319 |
<thead> |
320 |
<tr> |
321 |
<th>Batch</th> |
322 |
<th>Searchable?</th> |
323 |
<th>Save target?</th> |
324 |
<th> </th> |
325 |
</tr> |
326 |
</thead> |
327 |
<tbody> |
328 |
</tbody> |
329 |
</table> |
330 |
</div> |
331 |
<div class="span3"> |
332 |
</div> |
333 |
</div> |
316 |
</div> |
334 |
</div> |
317 |
<table id="batches-table"> |
|
|
318 |
<thead> |
319 |
<tr> |
320 |
<th>Batch</th> |
321 |
<th>Searchable?</th> |
322 |
<th>Save target?</th> |
323 |
<th> </th> |
324 |
</tr> |
325 |
</thead> |
326 |
<tbody> |
327 |
</tbody> |
328 |
</table> |
329 |
</div> |
330 |
<div class="span3"> |
331 |
</div> |
335 |
</div> |
332 |
</div> |
336 |
</div> |
333 |
<div> |
|
|
334 |
</div> |
335 |
|
337 |
|
336 |
<div id="shortcuts-contents" style="display: none"> |
338 |
<div id="shortcuts-contents" style="display: none"> |
337 |
[% IF ( CAN_user_parameters_manage_keyboard_shortcuts ) %] |
339 |
[% IF ( CAN_user_parameters_manage_keyboard_shortcuts ) %] |
338 |
- |
|
|