mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Cosmetic issues.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12478 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cd4078d396
commit
f3df6a7c5a
8 changed files with 34 additions and 13 deletions
|
|
@ -47,6 +47,6 @@
|
|||
<input type="hidden" name="module_category_srl" value="" />
|
||||
<div class="x_pull-right x_input-append">
|
||||
<input type="text" name="title" title="{$lang->category_title}" placeholder="{$lang->category_title}" required />
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_registration}</button>
|
||||
<input type="submit" class="x_btn x_btn-primary" value="{$lang->cmd_registration}">
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@
|
|||
<input type="hidden" name="act" value="procModuleAdminUpdateCategory" />
|
||||
<input type="hidden" name="module_category_srl" value="{$selected_category->module_category_srl}" />
|
||||
<input type="hidden" name="mode" value="update" />
|
||||
<label for="category_title" style="display:inline-block;padding:4px 0 0 0">{$lang->category_title}: </label>
|
||||
<label for="category_title" style="display:inline-block;padding:4px 0 0 0"><strong>{$lang->category_title}</strong>: </label>
|
||||
<span class="x_input-append">
|
||||
<input type="text" name="title" id="category_title" value="{$selected_category->title}" />
|
||||
<button type="submit" class="x_btn">{$lang->cmd_registration}</button>
|
||||
<input type="submit" class="x_btn x_btn-primary" value="{$lang->cmd_registration}">
|
||||
</span>
|
||||
</form>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<include target="header.html" />
|
||||
<table class="x_table x_table-striped x_table-hover dsTg">
|
||||
<caption>
|
||||
All({count($module_list)})
|
||||
<strong>All({count($module_list)})</strong>
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<button class="x_btn x_active __simple">{$lang->simple_view}</button>
|
||||
<button class="x_btn __detail">{$lang->detail_view}</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue