projects
/
mobi
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
88834e0
)
Improved message about removing ad descriptions
master
origin/HEAD
origin/master
author
Gusa
<gu.martinm@gmail.com>
Mon, 17 Dec 2012 20:35:53 +0000
(21:35 +0100)
committer
Gusa
<gu.martinm@gmail.com>
Mon, 17 Dec 2012 20:35:53 +0000
(21:35 +0100)
apps/companyfront/modules/ad/templates/_form.php
patch
|
blob
|
history
diff --git
a/apps/companyfront/modules/ad/templates/_form.php
b/apps/companyfront/modules/ad/templates/_form.php
index
8d173d3
..
27dc137
100644
(file)
--- 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 (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"
.');
}
});
});
}
});
});