Look and feel v14
This commit is contained in:
parent
a8d36a3a55
commit
173ef6e877
@ -4946,16 +4946,16 @@ class Form
|
|||||||
$formconfirm .= '<table class="valid centpercent">'."\n";
|
$formconfirm .= '<table class="valid centpercent">'."\n";
|
||||||
|
|
||||||
// Line title
|
// Line title
|
||||||
$formconfirm .= '<tr class="validtitre"><td class="validtitre" colspan="3">'.img_picto('', 'recent').' '.$title.'</td></tr>'."\n";
|
$formconfirm .= '<tr class="validtitre"><td class="validtitre" colspan="2">'.img_picto('', 'recent').' '.$title.'</td></tr>'."\n";
|
||||||
|
|
||||||
// Line text
|
// Line text
|
||||||
if (is_array($formquestion) && !empty($formquestion['text'])) {
|
if (is_array($formquestion) && !empty($formquestion['text'])) {
|
||||||
$formconfirm .= '<tr class="valid"><td class="valid" colspan="3">'.$formquestion['text'].'</td></tr>'."\n";
|
$formconfirm .= '<tr class="valid"><td class="valid" colspan="2">'.$formquestion['text'].'</td></tr>'."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Line form fields
|
// Line form fields
|
||||||
if ($more) {
|
if ($more) {
|
||||||
$formconfirm .= '<tr class="valid"><td class="valid" colspan="3">'."\n";
|
$formconfirm .= '<tr class="valid"><td class="valid" colspan="2">'."\n";
|
||||||
$formconfirm .= $more;
|
$formconfirm .= $more;
|
||||||
$formconfirm .= '</td></tr>'."\n";
|
$formconfirm .= '</td></tr>'."\n";
|
||||||
}
|
}
|
||||||
@ -4963,10 +4963,10 @@ class Form
|
|||||||
// Line with question
|
// Line with question
|
||||||
$formconfirm .= '<tr class="valid">';
|
$formconfirm .= '<tr class="valid">';
|
||||||
$formconfirm .= '<td class="valid">'.$question.'</td>';
|
$formconfirm .= '<td class="valid">'.$question.'</td>';
|
||||||
$formconfirm .= '<td class="valid">';
|
$formconfirm .= '<td class="valid center">';
|
||||||
$formconfirm .= $this->selectyesno("confirm", $newselectedchoice);
|
$formconfirm .= $this->selectyesno("confirm", $newselectedchoice);
|
||||||
|
$formconfirm .= '<input class="button valignmiddle confirmvalidatebutton" type="submit" value="'.$langs->trans("Validate").'">';
|
||||||
$formconfirm .= '</td>';
|
$formconfirm .= '</td>';
|
||||||
$formconfirm .= '<td class="valid center"><input class="button valignmiddle confirmvalidatebutton" type="submit" value="'.$langs->trans("Validate").'"></td>';
|
|
||||||
$formconfirm .= '</tr>'."\n";
|
$formconfirm .= '</tr>'."\n";
|
||||||
|
|
||||||
$formconfirm .= '</table>'."\n";
|
$formconfirm .= '</table>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user