summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspider <spider@bitweaver.org>2014-05-29 09:41:26 -0400
committerspider <spider@bitweaver.org>2014-05-29 09:41:26 -0400
commit1c31e743f9e8c373c1e060318a7bf851fbded39a (patch)
treed081202f1a3cf808c995cf09a8ab83dc030dc4ed /templates
parent1c6e8476cb7af9d48a2fafdf6ef39308a2fa176b (diff)
downloadwiki-1c31e743f9e8c373c1e060318a7bf851fbded39a.tar.gz
wiki-1c31e743f9e8c373c1e060318a7bf851fbded39a.tar.bz2
wiki-1c31e743f9e8c373c1e060318a7bf851fbded39a.zip
update bootstrap v3 classes
Diffstat (limited to 'templates')
-rw-r--r--templates/list_pages.tpl2
-rw-r--r--templates/page_icons.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_pages.tpl b/templates/list_pages.tpl
index 36a041e..d34bfde 100644
--- a/templates/list_pages.tpl
+++ b/templates/list_pages.tpl
@@ -7,7 +7,7 @@
{form class="form-inline" }
<input type="hidden" name="sort_mode" value="{$sort_mode}" />
{booticon iname="icon-search" ipackage="icons" iexplain="Search"}
- <label>{tr}Title{/tr}: <input class="input-small" type="text" name="find_title" value="{$find_title|default:$smarty.request.find_title|escape}" /></label> <label>{tr}Author{/tr}: <input class="input-small" type="text" name="find_author" value="{$find_author|default:$smarty.request.find_author|escape}" /></label> <label>{tr}Last Editor{/tr}: <input class="input-small" type="text" name="find_last_editor" value="{$find_last_editor|default:$smarty.request.find_last_editor|escape}" /></label> <input type="submit" class="btn btn-mini" name="search" value="{tr}Find{/tr}" />
+ <label>{tr}Title{/tr}: <input class="input-small" type="text" name="find_title" value="{$find_title|default:$smarty.request.find_title|escape}" /></label> <label>{tr}Author{/tr}: <input class="input-small" type="text" name="find_author" value="{$find_author|default:$smarty.request.find_author|escape}" /></label> <label>{tr}Last Editor{/tr}: <input class="input-small" type="text" name="find_last_editor" value="{$find_last_editor|default:$smarty.request.find_last_editor|escape}" /></label> <input type="submit" class="btn btn-xs" name="search" value="{tr}Find{/tr}" />
{/form}
</div>
<h1>{tr}{$gBitSystem->getBrowserTitle()}{/tr}</h1>
diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl
index af32db7..286ca22 100644
--- a/templates/page_icons.tpl
+++ b/templates/page_icons.tpl
@@ -73,7 +73,7 @@
{if $gBitSystem->isFeatureActive( 'wiki_backlinks' ) and $backlinks}
<div class="btn-group">
- <button class="btn btn-mini dropdown-toggle" data-toggle="dropdown">
+ <button class="btn btn-xs dropdown-toggle" data-toggle="dropdown">
<i class="icon-link"></i>
<span class="caret"></span>
</button>