N°2249 - Supportability - Updater module (Add read-only warning)

This commit is contained in:
Eric
2020-01-16 10:04:56 +01:00
parent 757dbb8b25
commit 8024aad43d
3 changed files with 7 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/
Dict::Add('EN US', 'English', 'English', array(
'iTopUpdate:UI:PageTitle' => 'Application Upgrade',
'itop-core-update:UI:SelectUpdateFile' => 'Application Upgrade',
@@ -43,6 +42,7 @@ Dict::Add('EN US', 'English', 'English', array(
'iTopUpdate:UI:DoFilesArchive' => 'Archive application files',
'iTopUpdate:UI:UploadArchive' => 'Select a package to upload',
'iTopUpdate:UI:ServerFile' => 'Path of a package already on the server',
'iTopUpdate:UI:WarningReadOnlyDuringUpdate' => 'During the upgrade, the application will be set in mode read-only.',
'iTopUpdate:UI:Status' => 'Status',
'iTopUpdate:UI:Action' => 'Update',

View File

@@ -42,6 +42,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'iTopUpdate:UI:DoFilesArchive' => 'Archive les fichiers de l\'application',
'iTopUpdate:UI:UploadArchive' => 'Choisir un package à télécharger',
'iTopUpdate:UI:ServerFile' => 'Chemin d\'un package présent sur le serveur',
'iTopUpdate:UI:WarningReadOnlyDuringUpdate' => 'Pendant toute la durée de la mise à jour, l\'application sera en lecture seule.',
'iTopUpdate:UI:Status' => 'Versions installées',
'iTopUpdate:UI:Action' => 'Mettre à jour',

View File

@@ -67,7 +67,11 @@
<fieldset>
<legend>{{ 'iTopUpdate:UI:Action'|dict_s }}</legend>
<div class="header_message message_info">
<div>
<span>{{ 'iTopUpdate:UI:WarningReadOnlyDuringUpdate'|dict_s }}</span>
</div>
</div>
<div>
<table>
<tr>