mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
#227 서명의 높이(height)제한 설정 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3275 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9dc432a060
commit
996830ff59
5 changed files with 27 additions and 3 deletions
|
|
@ -77,6 +77,13 @@
|
|||
{$lang->image_mark_max_height} : <input type="text" name="image_mark_max_height" size="3" value="{$config->image_mark_max_height}" class="inputTypeText"/>px<br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->signature_max_height}</th>
|
||||
<td>
|
||||
<input type="text" name="signature_max_height" size="3" value="{$config->signature_max_height}" class="inputTypeText"/>px
|
||||
<p>{$lang->about_signature_max_height}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->redirect_url}</th>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue