summaryrefslogtreecommitdiff
path: root/templates/edit_gallery.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-05-23 15:32:54 -0400
committerspiderr <spider@viovio.com>2014-05-23 15:32:54 -0400
commitf40a300db858df253c32daef1f01e659e9afb7ba (patch)
treefd8fc866a0b61c498c27b313cc82d4731b1d041c /templates/edit_gallery.tpl
parent1ff52c5441a33522fa6007b814581742828b9848 (diff)
downloadfisheye-f40a300db858df253c32daef1f01e659e9afb7ba.tar.gz
fisheye-f40a300db858df253c32daef1f01e659e9afb7ba.tar.bz2
fisheye-f40a300db858df253c32daef1f01e659e9afb7ba.zip
bootstrap3-btn-default
Diffstat (limited to 'templates/edit_gallery.tpl')
-rw-r--r--templates/edit_gallery.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_gallery.tpl b/templates/edit_gallery.tpl
index b14eac7..64905ee 100644
--- a/templates/edit_gallery.tpl
+++ b/templates/edit_gallery.tpl
@@ -153,9 +153,9 @@ function updateGalleryPagination() {
<div class="control-group submit">
{if $gContent->isValid()}
- <input type="submit" class="btn" name="cancelgallery" value="Cancel"/>
+ <input type="submit" class="btn btn-default" name="cancelgallery" value="Cancel"/>
{/if}
- <input type="submit" class="btn" name="savegallery" value="Save Gallery"/>
+ <input type="submit" class="btn btn-default" name="savegallery" value="Save Gallery"/>
</div>
{/form}