Installed layout UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12028 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-01 08:40:35 +00:00
parent 00220b00d8
commit cf8a0b30ff

View file

@ -6,7 +6,7 @@
<h2>{$layout_info->title} ver {$layout_info->version} ({$layout_info->layout})</h2>
<div cond="$layout_info->layout != 'faceoff'" class="x_clearfix" style="margin-bottom:-13px">
<div cond="$layout_info->layout != 'faceoff'" class="x_clearfix">
<div class="x_btn-group x_pull-right">
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}&hellip;</a>
</div>
@ -38,13 +38,13 @@
<input type="hidden" name="module" value="layout" />
<input type="hidden" name="act" value="procLayoutAdminDelete" />
<input type="hidden" name="layout_srl" value="{$layout->layout_srl}" />
<input class="x_btn x_btn-danger" type="submit" value="{$lang->cmd_delete}" />
<input class="x_btn x_btn-link" type="submit" value="{$lang->cmd_delete}" />
</form>
</td>
</tr>
</tbody>
</table>
<div cond="$layout_info->layout != 'faceoff'" class="x_clearfix" style="margin-top:-12px">
<div cond="$layout_info->layout != 'faceoff'" class="x_clearfix">
<div class="x_btn-group x_pull-right">
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}&hellip;</a>
</div>
@ -103,4 +103,4 @@
</span>
</div>
</form>
</div>
</div>