1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 15:31:41 +02:00

Issue #196 - carousel navigation added to Theme Manager -> Find Themes. Support for commercial themes added.

This commit is contained in:
Cameron
2013-05-06 20:47:46 -07:00
parent e91d2f0b90
commit 3ecfc54805
5 changed files with 200 additions and 138 deletions

View File

@@ -1308,10 +1308,10 @@ class e_form
{
$text = '<div class="input-append e-search"><i class="icon-search"></i>
$text = '<span class="input-append e-search"><i class="icon-search"></i>
'.$this->text($name, $searchVal,20,'class=search-query').'
<button class="btn btn-primary" name="'.$submitName.'" type="submit">'.LAN_GO.'</button>
</div>';
</span>';