mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
위젯 검출 정규 표현식을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9896fe51a
commit
90aa62a6ac
993 changed files with 9190 additions and 10457 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<form action="./" method="get" onSubmit="return false" id="fo">
|
||||
<div id="popBody">
|
||||
<table cellspacing="0" class="tableType5">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="120" />
|
||||
<col />
|
||||
<col />
|
||||
|
|
@ -21,7 +21,9 @@
|
|||
<input type="checkbox" id="quotation_use" value="Y" onclick="toggle_folder(this)" />
|
||||
|
||||
<div id="folder_area" style="display:none">
|
||||
<table>
|
||||
<table cellspacing="0" class="adminTable gap1">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row">{$lang->quotation_opener}</th>
|
||||
<td><input type="text" class="inputTypeText" id="quotation_opener" value="{$lang->quotation_cmd_opener}" /></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue