mirror of
https://github.com/flextype/flextype.git
synced 2025-08-12 08:04:05 +02:00
Admin Panel: Translates updates.
This commit is contained in:
@@ -32,7 +32,7 @@ Themes::view('admin/views/partials/content-start')->display();
|
||||
<?= Form::hidden('token', Token::generate()); ?>
|
||||
<div class="form-group">
|
||||
<?= Form::label('name', __('admin_name'), ['for' => 'templateName']) ?>
|
||||
<?= Form::input('name', '', ['class' => 'form-control', 'id' => 'templateName', 'required', 'data-validation' => 'length required', 'data-validation-allowing' => '-_', 'data-validation-length' => 'min1', 'data-validation-error-msg' => __('admin_templates_error_name_empty_input')]) ?>
|
||||
<?= Form::input('name', '', ['class' => 'form-control', 'id' => 'templateName', 'required', 'data-validation' => 'length required', 'data-validation-allowing' => '-_', 'data-validation-length' => 'min1', 'data-validation-error-msg' => __('admin_error_name_empty_input')]) ?>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<?= Form::label('type', __('admin_type'), ['for' => 'templateType']) ?>
|
||||
|
Reference in New Issue
Block a user