mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@444 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
55901bf75e
commit
c504ed646f
2 changed files with 9 additions and 8 deletions
|
|
@ -10,6 +10,9 @@
|
|||
<tr>
|
||||
<th colspan="2">{$lang->cmd_generate_code}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">{$lang->about_plugin_code}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->plugin}</th>
|
||||
<td>{$plugin_info->title} ver {$plugin_info->version}</td>
|
||||
|
|
@ -46,16 +49,14 @@
|
|||
<td>{$var->description}</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<td colspan="2"><textarea id="plugin_code" style="width:100%;height:100px;"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<input type="submit" value="{$lang->cmd_generate_code}" />
|
||||
<a href="#" onclick="self.close()">{$lang->cmd_close}</a>
|
||||
</td>
|
||||
<td>
|
||||
<input type="submit" value="{$lang->cmd_generate_code}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><textarea readonly="true" id="plugin_code" style="width:100%;height:100px;"></textarea></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue