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