diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-09 15:25:45 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-09 15:25:45 +0100 |
| commit | 05cbd06aa62b7be8f201ac037963828d3f955043 (patch) | |
| tree | 82e50598b929d8f8897e503ecd932fab51ac85d6 /templates/article_history.tpl | |
| parent | 72348d30a08da15cf9bcdd3b6d6fa780ef63a0d7 (diff) | |
| download | articles-05cbd06aa62b7be8f201ac037963828d3f955043.tar.gz articles-05cbd06aa62b7be8f201ac037963828d3f955043.tar.bz2 articles-05cbd06aa62b7be8f201ac037963828d3f955043.zip | |
Not sure why these have not already been switched to BS3 format
Diffstat (limited to 'templates/article_history.tpl')
| -rw-r--r-- | templates/article_history.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/article_history.tpl b/templates/article_history.tpl index 4b68169..d2c83ec 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="ink-button" name="delete" value="{tr}Delete selected versions{/tr}" /> + <input type="submit" class="btn btn-default" name="delete" value="{tr}Delete selected versions{/tr}" /> </div> {/if} {/form} |
