UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12276 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-21 10:03:54 +00:00
parent 41fc5be074
commit 197aaafae5
18 changed files with 58 additions and 58 deletions

View file

@ -25,14 +25,14 @@
</p>
</td>
<td cond="!$allow_multiple">
<button type="button" class="x_btn x_btn-mini select" style="white-space:nowrap">{$lang->cmd_select}</button>
<button type="button" class="x_btn select" style="white-space:nowrap">{$lang->cmd_select}</button>
</td>
</tr>
</tbody>
</table>
<div cond="$allow_multiple">
<span class="x_pull-right x_btn-group">
<button class="x_btn x_btn-mini select">{$lang->cmd_select}</button>
<button class="x_btn select">{$lang->cmd_select}</button>
</span>
</div>