mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
플래닛 메인에 관리자 추가 태그를 기본 태그탭 이후에도 추가할 수 있도록 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4982 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
10ac0cfa9a
commit
d408705a9a
12 changed files with 50 additions and 7 deletions
|
|
@ -45,14 +45,21 @@
|
|||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->planet_tagtab}</div></th>
|
||||
<td colspan="3">
|
||||
<input type="text" name="planet_tagtab" value="{htmlspecialchars($tagtab)}" class="inputTypeTextArea w400" />
|
||||
<input type="text" name="planet_tagtab" value="{htmlspecialchars($tagtab)}" class="inputTypeText w400" />
|
||||
<p>{$lang->about_planet_tagtab}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->planet_tagtab_after}</div></th>
|
||||
<td colspan="3">
|
||||
<input type="text" name="planet_tagtab_after" value="{htmlspecialchars($tagtab_after)}" class="inputTypeText w400" />
|
||||
<p>{$lang->about_planet_tagtab_after}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->planet_smstag}</div></th>
|
||||
<td colspan="3">
|
||||
<input type="text" name="planet_smstag" value="{htmlspecialchars($smstag)}" class="inputTypeTextArea w400" />
|
||||
<input type="text" name="planet_smstag" value="{htmlspecialchars($smstag)}" class="inputTypeText w400" />
|
||||
<p>{$lang->about_planet_smstag}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue