diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 21:33:55 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 21:33:55 +0100 |
| commit | 8e8d273e596fdacb52f2466c2b78cb856e1d6bd4 (patch) | |
| tree | bdfc3d795c5b56db21e1e1a4e08ad037932d175d /templates/admin_topics.tpl | |
| parent | 255b869552baf4a221c5739b03e2783b90a278e3 (diff) | |
| download | articles-8e8d273e596fdacb52f2466c2b78cb856e1d6bd4.tar.gz articles-8e8d273e596fdacb52f2466c2b78cb856e1d6bd4.tar.bz2 articles-8e8d273e596fdacb52f2466c2b78cb856e1d6bd4.zip | |
Modify templates for ink frameworkINK_Port
Diffstat (limited to 'templates/admin_topics.tpl')
| -rw-r--r-- | templates/admin_topics.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_topics.tpl b/templates/admin_topics.tpl index be3a6cd..823ca0c 100644 --- a/templates/admin_topics.tpl +++ b/templates/admin_topics.tpl @@ -14,7 +14,7 @@ {form legend="Create a new Topic" enctype="multipart/form-data"} <input type="hidden" name="MAX_FILE_SIZE" value="1000000" /> - <div class="control-group"> + <div class="control-group column-group gutters"> {formlabel label="Topic Title" for="topic_name"} {forminput} <input type="text" id="topic_name" name="topic_name" /> @@ -22,7 +22,7 @@ {/forminput} </div> - <div class="control-group"> + <div class="control-group column-group gutters"> {formlabel label="Upload Image" for="t-image"} {forminput} <input name="upload" id="t-image" type="file" /> @@ -31,7 +31,7 @@ </div> <div class="control-group submit"> - <input type="submit" class="btn btn-default" name="fSubmitAddTopic" value="{tr}Add Topic{/tr}" /> + <input type="submit" class="ink-button" name="fSubmitAddTopic" value="{tr}Add Topic{/tr}" /> </div> {/form} |
