summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-04 01:33:38 -0400
committerspiderr <spider@viovio.com>2013-04-04 01:33:38 -0400
commitfcb699e69b020b0a397f4a430962e599ec03ad0e (patch)
tree729160e6fb8cb68eeab40f06a67a9c7066a620e4 /templates
parent90719ed25ed7492426926c87a48a667134861833 (diff)
downloadfisheye-fcb699e69b020b0a397f4a430962e599ec03ad0e.tar.gz
fisheye-fcb699e69b020b0a397f4a430962e599ec03ad0e.tar.bz2
fisheye-fcb699e69b020b0a397f4a430962e599ec03ad0e.zip
cleanup edit forms
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_fisheye.tpl2
-rw-r--r--templates/edit_gallery.tpl4
-rw-r--r--templates/edit_image.tpl2
-rw-r--r--templates/edit_image_inc.tpl2
-rw-r--r--templates/find_user.tpl2
-rw-r--r--templates/image_order.tpl2
-rw-r--r--templates/upload_fisheye.tpl2
7 files changed, 8 insertions, 8 deletions
diff --git a/templates/admin_fisheye.tpl b/templates/admin_fisheye.tpl
index 3f36a69..8e6798c 100644
--- a/templates/admin_fisheye.tpl
+++ b/templates/admin_fisheye.tpl
@@ -163,7 +163,7 @@ function updateGalleryPagination() {
{/jstab}
<div class="control-group submit">
- <input type="submit" name="fisheyeAdminSubmit" value="{tr}Change Preferences{/tr}" />
+ <input type="submit" class="btn" name="fisheyeAdminSubmit" value="{tr}Change Preferences{/tr}" />
</div>
{/jstabs}
{/form}
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}
diff --git a/templates/edit_image.tpl b/templates/edit_image.tpl
index b972a80..362f5b5 100644
--- a/templates/edit_image.tpl
+++ b/templates/edit_image.tpl
@@ -109,7 +109,7 @@
{/jstabs}
<div class="control-group submit">
- <input type="submit" name="saveImage" value="Save Image"/>
+ <input type="submit" class="btn" name="saveImage" value="Save Image"/>
</div>
{/form}
</div> <!-- end .body -->
diff --git a/templates/edit_image_inc.tpl b/templates/edit_image_inc.tpl
index 2538672..bcf6112 100644
--- a/templates/edit_image_inc.tpl
+++ b/templates/edit_image_inc.tpl
@@ -52,7 +52,7 @@
</div>
<div class="control-group submit">
- <input type="submit" name="saveImage" value="Save Image"/>
+ <input type="submit" class="btn" name="saveImage" value="Save Image"/>
</div>
{/form}
{/strip}
diff --git a/templates/find_user.tpl b/templates/find_user.tpl
index fcd3fb2..174879a 100644
--- a/templates/find_user.tpl
+++ b/templates/find_user.tpl
@@ -28,7 +28,7 @@
Username: <input type="text" name="find" value="{$find}"/>
</div>
<div class="formsubmit">
- <input type="submit" name="submitUserSearch" value="Search"/>
+ <input type="submit" class="btn" name="submitUserSearch" value="Search"/>
</div>
</form>
</div>
diff --git a/templates/image_order.tpl b/templates/image_order.tpl
index 3430238..6c5953a 100644
--- a/templates/image_order.tpl
+++ b/templates/image_order.tpl
@@ -145,7 +145,7 @@
</div>
<div class="control-group submit">
- <input type="submit" name="cancel" value="{tr}Back{/tr}"/> <input type="submit" name="updateImageOrder" value="{tr}Save Changes{/tr}"/>
+ <input type="submit" class="btn" name="cancel" value="{tr}Back{/tr}"/> <input type="submit" name="updateImageOrder" value="{tr}Save Changes{/tr}"/>
</div>
{/form}
</div><!-- end .body -->
diff --git a/templates/upload_fisheye.tpl b/templates/upload_fisheye.tpl
index 215206f..d37fb10 100644
--- a/templates/upload_fisheye.tpl
+++ b/templates/upload_fisheye.tpl
@@ -128,7 +128,7 @@
<div class="control-group submit">
<noscript><p class="highlight">{tr}Please don't press the save button more than once!<br />Depending on what you are uploading and the system, this can take a few minutes.{/tr}</p></noscript>
- <input type="submit" id="submitbutton" value="{tr}Upload File(s){/tr}" {if $submitClick}onclick="{$submitClick}"{/if}/>
+ <input type="submit" class="btn" id="submitbutton" value="{tr}Upload File(s){/tr}" {if $submitClick}onclick="{$submitClick}"{/if}/>
</div>
</div>
{/form}