* Add entry edit.js.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<small><?php echo $lang->arrow . ' ' . $lang->entry->edit;?></small>
|
||||
</h2>
|
||||
</div>
|
||||
<form id='entryForm' method='post' class='ajaxForm'>
|
||||
<form id='entryForm' method='post' class='form-ajax'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<th class='w-80px'><?php echo $lang->entry->name;?></th>
|
||||
@@ -32,7 +32,12 @@
|
||||
<td><?php echo html::input('code', $entry->code, "class='form-control' title='{$lang->entry->note->code}' placeholder='{$lang->entry->note->code}'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->entry->freePasswd;?></th>
|
||||
<td><?php echo html::radio('freePasswd', $lang->entry->freePasswdList, $entry->freePasswd);?></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="<?php if($entry->freePasswd == 1) echo 'hidden'?>">
|
||||
<th><?php echo $lang->entry->account;?></th>
|
||||
<td><?php echo html::select("account", $users, $entry->account, "class='form-control chosen'");?></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user