Skip to content
Snippets Groups Projects
Commit 4b09347f authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Added missing btn-default.

parent d9f47783
No related merge requests found
...@@ -16,5 +16,5 @@ ...@@ -16,5 +16,5 @@
<? endif; ?> <? endif; ?>
<input class="btn btn-default" type="submit" name="print" value="<?=$this->transEsc('Print')?>" title="<?=$this->transEsc('print_selected')?>"/> <input class="btn btn-default" type="submit" name="print" value="<?=$this->transEsc('Print')?>" title="<?=$this->transEsc('print_selected')?>"/>
<? if ($this->cart()->isActive()): ?> <? if ($this->cart()->isActive()): ?>
<input class="btn button floatleft bookbagAdd" id="<?=$this->idPrefix?>updateCart" type="submit" name="add" value="<?=$this->transEsc('Add to Book Bag')?>"/> <input class="btn btn-default" id="<?=$this->idPrefix?>updateCart" type="submit" name="add" value="<?=$this->transEsc('Add to Book Bag')?>"/>
<? endif; ?> <? endif; ?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment