1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Plugin install tweaks and layout fixes.

This commit is contained in:
Cameron
2015-02-04 04:01:08 -08:00
parent 7640954880
commit d437765a22
9 changed files with 239 additions and 135 deletions

View File

@@ -1672,9 +1672,9 @@ class e_form
{
$tp = e107::getParser();
$text = '<span class="input-append e-search">'.$tp->toGlyph('fa-search').'
'.$this->text($name, $searchVal,20,'class=search-query').'
<button class="btn btn-primary" name="'.$submitName.'" type="submit">'.LAN_GO.'</button>
$text = '<span class="input-append e-search">
'.$this->text($name, $searchVal,20,'class=search-query&placeholder='.LAN_SEARCH).'
<button class="btn btn-primary" name="'.$submitName.'" type="submit">'.$tp->toGlyph('fa-search',' ').'</button>
</span>';