mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Admin HTML Markup Clean.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0634424830
commit
024a234f6a
74 changed files with 732 additions and 838 deletions
|
|
@ -6,15 +6,15 @@
|
|||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<tr>
|
||||
<th><div>{$lang->comment_count}</div></th>
|
||||
<td class="wide">
|
||||
<th>{$lang->comment_count}</th>
|
||||
<td >
|
||||
<p>{$lang->about_comment_count}</p>
|
||||
<input type="text" name="comment_count" value="{$comment_config->comment_count}" class="inputTypeText w80" />
|
||||
<input type="text" name="comment_count" value="{$comment_config->comment_count}" />
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><div>{$lang->cmd_vote}</div></th>
|
||||
<th>{$lang->cmd_vote}</th>
|
||||
<td>
|
||||
<select name="use_vote_up" class="w100">
|
||||
<option value="Y" <!--@if($comment_config->use_vote_up=='Y')-->selected="selected"<!--@end-->>{$lang->use}</option>
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><div>{$lang->cmd_vote_down}</div></th>
|
||||
<th>{$lang->cmd_vote_down}</th>
|
||||
<td>
|
||||
<select name="use_vote_down" class="w100">
|
||||
<option value="Y" <!--@if($comment_config->use_vote_down=='Y')-->selected="selected"<!--@end-->>{$lang->use}</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue