From 5f8feb20746a9cd61aad41c20ca83de2ebb2c058 Mon Sep 17 00:00:00 2001 From: Gusa Date: Mon, 17 Dec 2012 21:35:53 +0100 Subject: [PATCH] Improved message about removing ad descriptions --- apps/companyfront/modules/ad/templates/_form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/companyfront/modules/ad/templates/_form.php b/apps/companyfront/modules/ad/templates/_form.php index 8d173d3..27dc137 100644 --- a/apps/companyfront/modules/ad/templates/_form.php +++ b/apps/companyfront/modules/ad/templates/_form.php @@ -45,8 +45,8 @@ }); if (checkedBoxes == checkBoxes) { alert('The system always keeps one description for one ad even if you try to remove all of them. \n' + - 'If you want to remove completely an ad you may do it from the Ads Index Web Page \n' + - 'or just press the Back to list button which you can find on the bottom of this page.'); + 'If you want to remove an ad you may do it from the "Ads Index Web Page". \n\n' + + 'The "Back to list" button, which you can find on the bottom of this page will take you to the "Ads Index Web Page".'); } }); }); -- 2.1.4