Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 26, 2024
1 parent 2d5868d commit c18eccd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions backoffice/instance_backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@
// ----- Backup result

print '<tr class="liste_titre">';
print '<td>'.$langs->trans("LocalBackup").'</td>';
print '<td class="right">';
print '<th>'.$langs->trans("LocalBackup").'</th>';
print '<th class="right">';

if (! $user->socid) {
if ($user->hasRight('sellyoursaas', 'write') && $object->array_options['options_deployment_status'] !== 'undeployed') {
Expand All @@ -442,7 +442,7 @@
}
}

print '</td>';
print '</th>';
print '</tr>';

// Backup dir
Expand Down Expand Up @@ -492,10 +492,10 @@
// ----- Remote backup

print '<tr class="liste_titre">';
print '<td>'.$langs->trans("RemoteBackup").'</td>';
print '<td class="right">';
print '<th>'.$langs->trans("RemoteBackup").'</th>';
print '<th class="right">';
print '<a class="butActionRefused smallpaddingimp" href="#" title="'.dol_escape_htmltag($langs->trans("NotYetAvailable")).'">'.$langs->trans('BackupNow').'</a>';
print '</td>';
print '</th>';
print '</tr>';

// Backup dir
Expand Down

0 comments on commit c18eccd

Please sign in to comment.