Move form
This commit is contained in:
parent
134c317b16
commit
a302362057
@ -1,4 +1,5 @@
|
||||
<div id="center">
|
||||
|
||||
<?php if (!empty($this->message)) { ?>
|
||||
<div style="margin:5px; padding: 5pt 0.7em;" class="ui-state-highlight ui-corner-all">
|
||||
<p><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
|
||||
@ -8,9 +9,10 @@
|
||||
|
||||
<h1 class="titre">PROFIL UTILISATEUR</h1>
|
||||
|
||||
<form id="moncompte" name="moncompte" action="/user" method="post">
|
||||
|
||||
<div class="paragraph">
|
||||
|
||||
<form id="moncompte" name="moncompte" action="/user" method="post">
|
||||
<input type="hidden" name="frmOptions[idClient]" value="<?=$this->options['idClient']?>"/>
|
||||
<input type="hidden" name="frmOptions[action]" value="<?=$this->action?>"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user