[vlma-devel] commit: Add a message that explains how to add satellite channels. ( Adrien Grand )

git version control git at videolan.org
Sun Sep 14 21:49:11 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sun Sep 14 21:50:37 2008 +0200| [70dc80cbc07995baa57aa3630bd722254f908e0e] | committer: Adrien Grand 

Add a message that explains how to add satellite channels.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=70dc80cbc07995baa57aa3630bd722254f908e0e
---

 vlma-webapp/src/main/resources/messages.properties |    1 +
 .../src/main/resources/messages_fr.properties      |    1 +
 .../jsp/satellite/satchannelupdate_right.jsp       |    8 ++++++++
 3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/vlma-webapp/src/main/resources/messages.properties b/vlma-webapp/src/main/resources/messages.properties
index 87a2ccf..3e47afe 100644
--- a/vlma-webapp/src/main/resources/messages.properties
+++ b/vlma-webapp/src/main/resources/messages.properties
@@ -249,6 +249,7 @@ medias.TNTchannel.empty = There is no TNT channel in the database.
 
 medias.sat.updating = Satellite channel update
 medias.sat.update.run = Update!
+medias.sat.update.help = Here you can add satellite channels to the database by providing an URL from the website <a href="http://www.satcodx.com/">SatcoDX</a>. 
 medias.sat.update.error.not-specified = Can't update with those parrameters.
 medias.sat.update.error.invalidurl = The address is not valid.
 medias.sat.update.error.fix = Please correct those mistakes to continue.
diff --git a/vlma-webapp/src/main/resources/messages_fr.properties b/vlma-webapp/src/main/resources/messages_fr.properties
index 611de57..165ea9b 100644
--- a/vlma-webapp/src/main/resources/messages_fr.properties
+++ b/vlma-webapp/src/main/resources/messages_fr.properties
@@ -246,6 +246,7 @@ medias.TNTchannel.empty = Il n'y a aucune chaîne TNT dans la base de données.
 
 medias.sat.updating = Mise à jour des chaînes satellite
 medias.sat.update.run = Mettre à jour !
+medias.sat.update.help = Pour ajouter des chaînes satellite à la base de données, il suffit de fournir une URL du site <a href="http://www.satcodx.com/">SatcoDX</a>.
 medias.sat.update.error.not-specified = Impossible de mettre à jour avec ces paramètres.
 medias.sat.update.error.invalidurl = L'adresse est invalide.
 medias.sat.update.error.fix = Veuillez corriger les erreurs pour continuer.
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdate_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdate_right.jsp
index 46a08c7..e8a24e8 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdate_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdate_right.jsp
@@ -20,3 +20,11 @@
     <b><fmt:message key="medias.sat.update.error.fix" /></b>
 </spring:hasBindErrors> <br />
 <input type="submit" value="<fmt:message key="medias.sat.update.run" />"></form>
+
+<div class="help">
+<table><tr><td style="width: 30px">
+<img src="<c:url value="/img/help.png" />" alt="Help" />
+</td><td>
+<fmt:message key="medias.sat.update.help" />
+</td></tr></table>
+</div>
\ No newline at end of file



More information about the vlma-devel mailing list