mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
Issue 2041: The markup for the add button in module list manager modified to match other buttons
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10923 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
216d72919d
commit
8a32608072
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
<input type="hidden" name="{$id}" value="" />
|
||||
<select class="modulelist_selected" size="8" multiple="multiple" style="width:290px;"></select>
|
||||
<br/>
|
||||
<a href="#moduleSearchWindow" class="tgAnchor moduleSearch" style="vertical-align: top">{$lang->cmd_add}</a>.
|
||||
<button type="button" class="text" style="vertical-align: top"><a href="#moduleSearchWindow" class="tgAnchor moduleSearch">{$lang->cmd_add}</a></button>
|
||||
<button type="button" class="text modulelist_up" style="vertical-align:top">{$lang->cmd_move_up}</button>
|
||||
<button type="button" class="text modulelist_down" style="vertical-align:top">{$lang->cmd_move_down}</button>
|
||||
<button type="button" class="text modulelist_del" style="vertical-align:top">{$lang->cmd_delete}</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue