* code for custom size in webapp.

This commit is contained in:
wangyidong
2013-05-02 09:00:19 +00:00
parent 8a28758a6a
commit 7e63678faa
4 changed files with 10 additions and 5 deletions

View File

@@ -36,7 +36,7 @@
</tr>
<tr class="customSize hidden">
<th align='left'><?php echo $lang->webapp->custom?></th>
<td><?php echo html::input('customWidth', '', "class='w-40px'") . ' x ' . html::input('customHeight', '', "class='w-40px'");?></td>
<td><?php echo html::input('customWidth', '', "class='w-40px'") . 'px X ' . html::input('customHeight', '', "class='w-40px'") . 'px';?></td>
</tr>
<tr>
<th align='left'><?php echo $lang->webapp->abstract?></th>