Lines 274-310
Link Here
|
274 |
</div> |
274 |
</div> |
275 |
</div> |
275 |
</div> |
276 |
|
276 |
|
277 |
<div id="batches-ui" class="ui-modal modal fade" tabindex="-1" role="dialog" aria-labelledby="batches-title" aria-hidden="true"> |
277 |
<div id="batches-ui" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="batches-title" aria-hidden="true"> |
278 |
|
278 |
|
279 |
<div class="modal-content"> |
279 |
<div class="modal-dialog modal-lg" role="document"> |
280 |
<div class="modal-header"> |
280 |
<div class="modal-content"> |
281 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
281 |
<div class="modal-header"> |
282 |
<h3 id="batches-title">Import batch settings</h3> |
282 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
283 |
</div> |
283 |
<h3 id="batches-title">Import batch settings</h3> |
|
|
284 |
</div> |
284 |
|
285 |
|
285 |
<div class="modal-body row-fluid"> |
286 |
<div class="modal-body row-fluid"> |
286 |
<div class="span9"> |
287 |
<div class="span9"> |
287 |
<div id="toolbar" class="btn-toolbar"> |
288 |
<div id="toolbar" class="btn-toolbar"> |
288 |
<button class="btn btn-sm" type="submit" id="create-batch"><i class="icon-plus"></i> <span>Create new batch...</span></button> |
289 |
<button class="btn btn-sm" type="submit" id="create-batch"><i class="icon-plus"></i> <span>Create new batch...</span></button> |
289 |
<button class="btn btn-sm" type="submit" id="manage-batches"><i class="icon-list"></i> <span>Manage import batches...</span></button> |
290 |
<button class="btn btn-sm" type="submit" id="manage-batches"><i class="icon-list"></i> <span>Manage import batches...</span></button> |
|
|
291 |
</div> |
292 |
<table id="batches-table"> |
293 |
<thead> |
294 |
<tr> |
295 |
<th>Batch</th> |
296 |
<th>Searchable?</th> |
297 |
<th>Save target?</th> |
298 |
<th> </th> |
299 |
</tr> |
300 |
</thead> |
301 |
<tbody> |
302 |
</tbody> |
303 |
</table> |
304 |
</div> |
305 |
<div class="span3"> |
306 |
</div> |
307 |
</div> |
290 |
</div> |
308 |
</div> |
291 |
<table id="batches-table"> |
|
|
292 |
<thead> |
293 |
<tr> |
294 |
<th>Batch</th> |
295 |
<th>Searchable?</th> |
296 |
<th>Save target?</th> |
297 |
<th> </th> |
298 |
</tr> |
299 |
</thead> |
300 |
<tbody> |
301 |
</tbody> |
302 |
</table> |
303 |
</div> |
309 |
</div> |
304 |
<div class="span3"> |
|
|
305 |
</div> |
306 |
</div> |
307 |
<div> |
308 |
</div> |
310 |
</div> |
309 |
|
311 |
|
310 |
<div id="shortcuts-contents" style="display: none"> |
312 |
<div id="shortcuts-contents" style="display: none"> |
311 |
- |
|
|