Вход Регистрация
Файл: upload-2031-rs1/admin/view/template/localisation/language_form.tpl
Строк: 128
<?php echo $header; ?><?php echo $column_left; ?> <div
id="content"> <div class="page-header">
<div class="container-fluid"> <div
class="pull-right"> <button type="submit"
form="form-language" data-toggle="tooltip"
title="<?php echo $button_save; ?>" class="btn
btn-primary"><i class="fa
fa-save"></i></button> <a
href="<?php echo $cancel; ?>"
data-toggle="tooltip" title="<?php echo $button_cancel;
?>" class="btn btn-default"><i class="fa
fa-reply"></i></a></div> <h1><?php
echo $heading_title; ?></h1> <ul
class="breadcrumb"> <?php foreach ($breadcrumbs as
$breadcrumb) { ?> <li><a href="<?php echo
$breadcrumb['href']; ?>"><?php echo $breadcrumb['text'];
?></a></li> <?php } ?> </ul>
</div> </div> <div
class="container-fluid"> <?php if ($error_warning) {
?> <div class="alert alert-danger"><i
class="fa fa-exclamation-circle"></i> <?php echo
$error_warning; ?> <button type="button"
class="close"
data-dismiss="alert">&times;</button>
</div> <?php } ?> <div class="panel
panel-default"> <div class="panel-heading">
<h3 class="panel-title"><i class="fa
fa-pencil"></i> <?php echo $text_form; ?></h3>
</div> <div class="panel-body">
<form action="<?php echo $action; ?>"
method="post" enctype="multipart/form-data"
id="form-language" class="form-horizontal">
<div class="form-group required"> <label
class="col-sm-2 control-label"
for="input-name"><?php echo $entry_name;
?></label> <div class="col-sm-10">
<input type="text" name="name"
value="<?php echo $name; ?>" placeholder="<?php
echo $entry_name; ?>" id="input-name"
class="form-control" /> <?php if
($error_name) { ?> <div
class="text-danger"><?php echo $error_name;
?></div> <?php } ?> </div>
</div> <div class="form-group
required"> <label class="col-sm-2
control-label" for="input-code"><span
data-toggle="tooltip" title="<?php echo $help_code;
?>"><?php echo $entry_code; ?></span></label>
<div class="col-sm-10"> <input
type="text" name="code" value="<?php echo
$code; ?>" placeholder="<?php echo $entry_code; ?>"
id="input-code" class="form-control" />
<?php if ($error_code) { ?> <div
class="text-danger"><?php echo $error_code;
?></div> <?php } ?> </div>
</div> <div class="form-group">
<label class="col-sm-2 control-label required"
for="input-locale"><span data-toggle="tooltip"
title="<?php echo $help_locale; ?>"><?php echo
$entry_locale; ?></span></label> <div
class="col-sm-10"> <input
type="text" name="locale" value="<?php echo
$locale; ?>" placeholder="<?php echo $entry_locale;
?>" id="input-locale" class="form-control"
/> <?php if ($error_locale) { ?>
<div class="text-danger"><?php echo $error_locale;
?></div> <?php } ?> </div>
</div> <div class="form-group
required"> <label class="col-sm-2
control-label" for="input-image"><span
data-toggle="tooltip" title="<?php echo $help_image;
?>"><?php echo $entry_image;
?></span></label> <div
class="col-sm-10"> <input
type="text" name="image" value="<?php echo
$image; ?>" placeholder="<?php echo $entry_image;
?>" id="input-image" class="form-control"
/> <?php if ($error_image) { ?>
<div class="text-danger"><?php echo $error_image;
?></div> <?php } ?> </div>
</div> <div class="form-group
required"> <label class="col-sm-2
control-label" for="input-directory"><span
data-toggle="tooltip" title="<?php echo $help_directory;
?>"><?php echo $entry_directory;
?></span></label> <div
class="col-sm-10"> <input
type="text" name="directory" value="<?php echo
$directory; ?>" placeholder="<?php echo $entry_directory;
?>" id="input-directory" class="form-control"
/> <?php if ($error_directory) { ?>
<div class="text-danger"><?php echo $error_directory;
?></div> <?php } ?> </div>
</div> <div class="form-group">
<label class="col-sm-2 control-label"
for="input-status"><span data-toggle="tooltip"
title="<?php echo $help_status; ?>"><?php echo
$entry_status; ?></span></label> <div
class="col-sm-10"> <select
name="status" id="input-status"
class="form-control"> <?php if ($status) {
?> <option value="1"
selected="selected"><?php echo $text_enabled;
?></option> <option
value="0"><?php echo $text_disabled; ?></option>
<?php } else { ?> <option
value="1"><?php echo $text_enabled; ?></option>
<option value="0"
selected="selected"><?php echo $text_disabled;
?></option> <?php } ?>
</select> </div> </div>
<div class="form-group"> <label
class="col-sm-2 control-label"
for="input-sort-order"><?php echo $entry_sort_order;
?></label> <div class="col-sm-10">
<input type="text" name="sort_order"
value="<?php echo $sort_order; ?>"
placeholder="<?php echo $entry_sort_order; ?>"
id="input-sort-order" class="form-control" />
</div> </div> </form>
</div> </div> </div> </div> <?php echo
$footer; ?>
Онлайн: 1
Реклама