supported apps support

This commit is contained in:
Chris
2018-02-07 15:43:29 +00:00
parent beb12147e0
commit 211da7cb09
9 changed files with 105 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ class Setting extends Model
$output .= Form::open(['url' => $url, 'method' => 'get']);
$output .= '<div class="input-container">';
$output .= Form::text($var, null, ['class' => 'homesearch', 'placeholder' => __($name).' '.__('app.settings.search').'...']);
$output .= '<button type="submit">'.ucwords(__('app.settings.remove')).'</button>';
$output .= '<button type="submit">'.ucwords(__('app.settings.search')).'</button>';
$output .= '</div>';
$output .= Form::close();
$output .= '</div>';