7808bb2c0d
Alternative patch to using hdd-o. As the Font Awesome Icon is different to what we used before, an alternative could be switching back to the 'classic' symbol for save. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
4 lines
362 B
HTML
4 lines
362 B
HTML
<div id="toolbar" class="btn-toolbar" style="visibility: hidden; position: absolute">
|
|
<div class="btn-group"><a class="btn btn-small" id="save_quotes" href="#"><i class="fa fa-save"></i> Save quotes</a></div>
|
|
<div class="btn-group"><a class="btn btn-small" id="delete_quote" href="#"><i class="fa fa-remove"></i> Delete quote(s)</a></div>
|
|
</div>
|