summaryrefslogtreecommitdiff
path: root/templates/edit_gallery.tpl
diff options
context:
space:
mode:
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 2698d90..607dfda 100644
--- a/templates/edit_gallery.tpl
+++ b/templates/edit_gallery.tpl
@@ -156,9 +156,9 @@ function updateGalleryPagination() {
<div class="control-group submit">
{if $gContent->isValid()}
- <input type="submit" name="cancelgallery" value="Cancel"/>
+ <input type="submit" class="btn" name="cancelgallery" value="Cancel"/>
{/if}
- <input type="submit" name="savegallery" value="Save Gallery"/>
+ <input type="submit" class="btn" name="savegallery" value="Save Gallery"/>
</div>
{/form}