Correct
This commit is contained in:
parent
c4c69e191b
commit
559bf93acb
@ -217,7 +217,7 @@ if (isset($conf->file->main_authentication) && preg_match('/openid/',$conf->file
|
|||||||
<?php if ($main_home)
|
<?php if ($main_home)
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<div class="center" class="login_main_home" style="max-width: 80%">
|
<div class="login_main_home center" style="max-width: 80%">
|
||||||
<?php echo $main_home; ?>
|
<?php echo $main_home; ?>
|
||||||
</div><br>
|
</div><br>
|
||||||
<?php
|
<?php
|
||||||
@ -280,7 +280,6 @@ if (! empty($conf->google->enabled) && ! empty($conf->global->MAIN_GOOGLE_AD_CLI
|
|||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</center> <!-- end of center -->
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@ -472,8 +472,9 @@ if (($action=="create") || ($action=="edit"))
|
|||||||
|
|
||||||
print '<div align="center"><br>';
|
print '<div align="center"><br>';
|
||||||
print '<input type="submit" name="save" class="button" value="'.$langs->trans("Save").'">';
|
print '<input type="submit" name="save" class="button" value="'.$langs->trans("Save").'">';
|
||||||
|
print ' ';
|
||||||
print '<input type="submit" name="cancel" class="button" value="'.$langs->trans("Cancel").'">';
|
print '<input type="submit" name="cancel" class="button" value="'.$langs->trans("Cancel").'">';
|
||||||
print "</center>";
|
print "</div>";
|
||||||
|
|
||||||
print "</form>\n";
|
print "</form>\n";
|
||||||
|
|
||||||
|
|||||||
@ -102,9 +102,9 @@ if (count($export->array_export_code))
|
|||||||
print '<a class="butActionRefused" href="#" title="'.dol_escape_htmltag($langs->transnoentitiesnoconv("NotEnoughPermissions")).'">'.$langs->trans("NewExport").'</a>';
|
print '<a class="butActionRefused" href="#" title="'.dol_escape_htmltag($langs->transnoentitiesnoconv("NotEnoughPermissions")).'">'.$langs->trans("NewExport").'</a>';
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
print '<center><form action="'.DOL_URL_ROOT.'/exports/export.php?leftmenu=export"><input type="submit" class="button" value="'.$langs->trans("NewExport").'"';
|
print '<form action="'.DOL_URL_ROOT.'/exports/export.php?leftmenu=export"><input type="submit" class="button" value="'.$langs->trans("NewExport").'"';
|
||||||
print ($user->rights->export->creer?'':' disabled="disabled"');
|
print ($user->rights->export->creer?'':' disabled="disabled"');
|
||||||
print '></form></center>';
|
print '><div class="center"></div></form>';
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|||||||
@ -198,7 +198,8 @@ else
|
|||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|
||||||
?><br><div class="center"><input type="submit" class="button" value="<?php echo $langs->trans("Add") ?>"></center>
|
?>
|
||||||
|
<br><div class="center"><input type="submit" class="button" value="<?php echo $langs->trans("Add") ?>"></div>
|
||||||
<input type="hidden" name="action" value="add">
|
<input type="hidden" name="action" value="add">
|
||||||
<input type="hidden" name="numero_entry" value="<?php echo ($lastftpentry+1) ?>">
|
<input type="hidden" name="numero_entry" value="<?php echo ($lastftpentry+1) ?>">
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -507,7 +507,7 @@ if (issetAndNoEmpty('totalchoixjour', $_SESSION) || $erreur)
|
|||||||
|
|
||||||
for ($i = 0; $i < $_SESSION["nbrecaseshoraires"]; $i++) {
|
for ($i = 0; $i < $_SESSION["nbrecaseshoraires"]; $i++) {
|
||||||
$j = $i+1;
|
$j = $i+1;
|
||||||
print '<td classe="somme">'. $langs->trans("Time") .' '.$j.'</center></td>'."\n";
|
print '<td classe="somme"><div class="center">'. $langs->trans("Time") .' '.$j.'</div></td>'."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($_SESSION["nbrecaseshoraires"] < 10) {
|
if ($_SESSION["nbrecaseshoraires"] < 10) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user