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:
nagoon97 2012-07-22 11:41:39 +00:00
parent 216d72919d
commit 8a32608072

View file

@ -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>