mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
new control menu
This commit is contained in:
parent
ae806ae6b8
commit
ef1a5d748d
20 changed files with 95 additions and 77 deletions
|
@ -49,9 +49,9 @@ document.v_add_user.v_password.value = randomstring;
|
|||
<tr><td><input type="text" size="20" class="add-input" name="v_lname" <?php if (!empty($v_lname)) echo "value=".$v_lname; ?>></tr>
|
||||
<tr><td style="padding: 24px 0 0 0;">
|
||||
<input type="submit" name="ok" value="OK" class="add-button">
|
||||
<input type="submit" class="add-button" name="cancel" value="Cancel">
|
||||
</form>
|
||||
<input type="button" class="add-button" value="Cancel" onClick="location.href='/list/user/'">
|
||||
</td></tr>
|
||||
</form>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue