Fix: Do not loose label
This commit is contained in:
parent
46976bd009
commit
eb7dc8934c
@ -214,11 +214,11 @@ if ($action == 'create')
|
|||||||
print '<td> </td>';
|
print '<td> </td>';
|
||||||
|
|
||||||
// Label
|
// Label
|
||||||
print '<td align="left"><input type="text" size="34" name="label" class="flat"></td>';
|
print '<td align="left"><input type="text" size="34" name="label" class="flat" value="'.GETPOST('label').'"></td>';
|
||||||
|
|
||||||
// Type
|
// Type
|
||||||
print '<td align="left">';
|
print '<td align="left">';
|
||||||
$formsocialcontrib->select_type_socialcontrib(isset($_POST["actioncode"])?$_POST["actioncode"]:'','actioncode',1);
|
$formsocialcontrib->select_type_socialcontrib(GETPOST("actioncode")?GETPOST("actioncode"):'','actioncode',1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Date end period
|
// Date end period
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user