* code for task#1541.

This commit is contained in:
zhujinyong
2013-07-15 00:16:07 +00:00
parent 44d6401495
commit ba9e613f1d
4 changed files with 18 additions and 9 deletions
+4 -3
View File
@@ -19,8 +19,8 @@
<tr>
<td>
<?php echo "<p class='strong'>{$lang->api->debug}</p>"?>
<?php if($method->parameters):?>
<form method='post' id='apiForm'>
<?php if($method->parameters):?>
<table>
<?php foreach($method->parameters as $param):?>
<tr>
@@ -34,10 +34,11 @@
<td>
</tr>
</table>
</form>
<?php else:?>
<?php echo $lang->api->noParam;?>
<?php echo html::hidden('noparam', '0') . $lang->api->noParam . html::submitButton($lang->api->submit);?>
<?php endif;?>
</form>
<?php if($method->post) echo "<p>{$lang->api->post}</p>"?>
</td>
</tr>
<tr>