mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Admin HTML Markup Clean.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9371 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
773c18bde2
commit
12ca869ccd
75 changed files with 2992 additions and 3093 deletions
|
|
@ -1,12 +1,10 @@
|
|||
<load target="css/editor.css" usecdn="true" />
|
||||
<load target="../../../modules/admin/tpl/css/admin.css" usecdn="true" />
|
||||
|
||||
<div id="popHeader" class="wide">
|
||||
<h3 class="xeAdmin">{$component->title} ver. {$component->version}</h3>
|
||||
</div>
|
||||
<h1 class="h1">{$component->title} ver. {$component->version}</h1>
|
||||
|
||||
<div id="popBody">
|
||||
<table cellspacing="0" class="rowTable">
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->component_author}</div></th>
|
||||
<td>
|
||||
|
|
@ -42,12 +40,10 @@
|
|||
</div>
|
||||
|
||||
<!--@if($component->history)-->
|
||||
<div id="popHistoryHeadder">
|
||||
<h3 class="xeAdmin">{$lang->component_history}</h3>
|
||||
</div>
|
||||
<h1 class="h1">{$lang->component_history}</h1>
|
||||
|
||||
<div id="popHistoryBody">
|
||||
<table cellspacing="0" class="rowTable">
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<!--@foreach($component->history as $history)-->
|
||||
<tr class="row{$cycle_idx}">
|
||||
<th scope="row"><div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue