mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<!--%import("filter/manage_checked_issue.xml")-->
|
||||
<!--%import("js/issue_admin.js")-->
|
||||
<!--%import("css/issuetracker.css")-->
|
||||
<div id="popHeadder">
|
||||
<h3>{$lang->cmd_manage_document}</h3>
|
||||
<div id="popHeader">
|
||||
<h3 class="xeAdmin">{$lang->cmd_manage_document}</h3>
|
||||
</div>
|
||||
|
||||
<form action="./" method="get" id="fo_management">
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
|
||||
<div id="popBody">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<table cellspacing="0" class="rowTable">
|
||||
<tr>
|
||||
<th scope="row"><div><label for="textfield1">{$lang->checked_count} ({count($document_list)})</label></div></th>
|
||||
<td colspan="3">
|
||||
|
|
@ -71,14 +71,10 @@
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<!--@if(count($document_list))-->
|
||||
<div id="popFooter">
|
||||
<div class="tRight gap1">
|
||||
<!--@if(count($document_list))-->
|
||||
|
||||
<a href="#" onclick="doManageIssue();return false;" class="button blue"><span>{$lang->cmd_modify}</span></a>
|
||||
<!--@end-->
|
||||
<a href="#" onclick="window.close(); return false;" class="button black"><span>{$lang->cmd_close}</span></a>
|
||||
</div>
|
||||
<a href="#" onclick="doManageIssue();return false;" class="button black strong"><span>{$lang->cmd_modify}</span></a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue