Merge branch 'bootstrap' of https://github.com/MPOS/php-mpos into bootstrap

Edit Account Page Buttons
This commit is contained in:
root 2014-03-01 15:14:16 -07:00
commit 933319d311

View File

@ -90,8 +90,8 @@
<form action="{$smarty.server.SCRIPT_NAME}" method="POST" id='search' role="form">
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
<input type="hidden" name="action" value="{$smarty.request.action|escape}">
<label>Search Block Height</label>
<div class="form-group input-group">
<span class="input-group-addon">Search Block Height</span>
<input type="text" class="form-control" name="search" value="{$smarty.request.height|default:"%"|escape}">
<span class="input-group-btn">
<button class="btn btn-default" type="submit" value="Search"><i class="fa fa-search"></i></button>
@ -113,4 +113,4 @@
</div>
</div>
</div>
</div>
</div>