summaryrefslogtreecommitdiff
path: root/templates/article_history.tpl
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-05-31 21:33:55 +0100
committerlsces <lester@lsces.co.uk>2014-05-31 21:33:55 +0100
commit8e8d273e596fdacb52f2466c2b78cb856e1d6bd4 (patch)
treebdfc3d795c5b56db21e1e1a4e08ad037932d175d /templates/article_history.tpl
parent255b869552baf4a221c5739b03e2783b90a278e3 (diff)
downloadarticles-8e8d273e596fdacb52f2466c2b78cb856e1d6bd4.tar.gz
articles-8e8d273e596fdacb52f2466c2b78cb856e1d6bd4.tar.bz2
articles-8e8d273e596fdacb52f2466c2b78cb856e1d6bd4.zip
Modify templates for ink frameworkINK_Port
Diffstat (limited to 'templates/article_history.tpl')
-rw-r--r--templates/article_history.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/article_history.tpl b/templates/article_history.tpl
index d2c83ec..4b68169 100644
--- a/templates/article_history.tpl
+++ b/templates/article_history.tpl
@@ -103,7 +103,7 @@
{if $gContent->hasUserPermission( 'p_articles_remove' )}
<div style="text-align:right;">
- <input type="submit" class="btn btn-default" name="delete" value="{tr}Delete selected versions{/tr}" />
+ <input type="submit" class="ink-button" name="delete" value="{tr}Delete selected versions{/tr}" />
</div>
{/if}
{/form}