mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Extra vars UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12299 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f86461006f
commit
d9126c63cd
1 changed files with 4 additions and 4 deletions
|
|
@ -22,14 +22,14 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="eid">{$lang->eid}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="eid" id="eid" value="{$selected_var->eid}" />
|
||||
<input type="text" name="eid" id="eid" value="{$selected_var->eid}" placeholder="Ex) extra_vars_1" />
|
||||
<p class="x_help-inline">{$lang->about_extra_vars_eid_value}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="lang_name">{$lang->column_name}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="name" id="name" value="{htmlspecialchars($selected_var->name)}" class="lang_code" />
|
||||
<input type="text" name="name" id="name" value="{htmlspecialchars($selected_var->name)}" class="lang_code" placeholder="Ex) Your favorite color." />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -50,14 +50,14 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="default">{$lang->default_value}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="default" id="default" value="{$selected_var->default}" />
|
||||
<input type="text" name="default" id="default" value="{$selected_var->default}" placeholder="Ex) Red, Green, Blue" />
|
||||
<p class="x_help-inline">{$lang->about_extra_vars_default_value}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="lang_desc">{$lang->description}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="desc" id="desc" value="{htmlspecialchars($selected_var->desc)}" class="lang_code" />
|
||||
<input type="text" name="desc" id="desc" value="{htmlspecialchars($selected_var->desc)}" class="lang_code" placeholder="Ex) Displayed as your choice." />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue