summaryrefslogtreecommitdiff
path: root/templates/edit_css.tpl
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-05-31 23:10:23 +0100
committerlsces <lester@lsces.co.uk>2014-05-31 23:10:23 +0100
commitcd8d7c6d1b770dbd6354744c5f289cd1d58d1d84 (patch)
treee9e3032de65167a1f5f55854fdda75d7d954203a /templates/edit_css.tpl
parentae23ff9787a21969448305eed29bdc81809f4237 (diff)
downloadthemes-cd8d7c6d1b770dbd6354744c5f289cd1d58d1d84.tar.gz
themes-cd8d7c6d1b770dbd6354744c5f289cd1d58d1d84.tar.bz2
themes-cd8d7c6d1b770dbd6354744c5f289cd1d58d1d84.zip
Modify templates for ink frameworkINK_Port
Diffstat (limited to 'templates/edit_css.tpl')
-rw-r--r--templates/edit_css.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/edit_css.tpl b/templates/edit_css.tpl
index 208af78..2d23037 100644
--- a/templates/edit_css.tpl
+++ b/templates/edit_css.tpl
@@ -28,12 +28,12 @@ return false;
</div>
<div style="">
<span>
- <input type="submit" class="btn" name="fSaveCSS" value="Save">
- <input type="submit" class="btn" name="fCancelCSS" value="Cancel">
+ <input type="submit" class="ink-button" name="fSaveCSS" value="Save">
+ <input type="submit" class="ink-button" name="fCancelCSS" value="Cancel">
</span>
<span style="float: right">
- <input type="submit" class="btn" name="fResetCSS" value="Reset CSS" onclick="return confirmform('Are you sure you want to reset your CSS back to the defaults? Any changes you have made will be lost.');">
+ <input type="submit" class="ink-button" name="fResetCSS" value="Reset CSS" onclick="return confirmform('Are you sure you want to reset your CSS back to the defaults? Any changes you have made will be lost.');">
to the
<select name="resetStyle">
{section name=ix loop=$styles}
@@ -76,7 +76,7 @@ return false;
<form enctype="multipart/form-data" method="post" action="{$smarty.const.THEMES_PKG_URL}edit_css.php"
<input type="hidden" name="MAX_FILE_SIZE" value="1024000">
Upload Image: <input type="file" name="fImgUpload"> <br /> <br/>
-<input type="submit" class="btn" value="Upload Image" name="fUpload">
+<input type="submit" class="ink-button" value="Upload Image" name="fUpload">
</form>
</div>