[vlma-devel] commit: Add a link to report bugs. (Adrien Grand )

git version control git at videolan.org
Sat Feb 14 07:17:14 CET 2009


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sat Feb 14 06:40:04 2009 +0100| [f84978e8dbf16a458d4e430fc75308bbf6f8e7c3] | committer: Adrien Grand 

Add a link to report bugs.

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

 vlma-webapp/src/main/resources/messages.properties |    1 +
 .../src/main/resources/messages_fr.properties      |    1 +
 .../src/main/webapp/WEB-INF/jsp/template.jsp       |    7 +++++--
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/vlma-webapp/src/main/resources/messages.properties b/vlma-webapp/src/main/resources/messages.properties
index 6829550..0ca1ed2 100644
--- a/vlma-webapp/src/main/resources/messages.properties
+++ b/vlma-webapp/src/main/resources/messages.properties
@@ -345,6 +345,7 @@ medias.streamchannel.empty = There is no stream channel in the database.
 
 footpage.website = VideoLAN website.
 footpage.contact = Contact
+footpage.bugreport = Report a bug
 
 podcast.title = Playlist
 podcast.description = Playlist of the streamed channels.
diff --git a/vlma-webapp/src/main/resources/messages_fr.properties b/vlma-webapp/src/main/resources/messages_fr.properties
index d71e0e6..2167d2c 100644
--- a/vlma-webapp/src/main/resources/messages_fr.properties
+++ b/vlma-webapp/src/main/resources/messages_fr.properties
@@ -342,6 +342,7 @@ medias.streamchannel.empty = Il n'y a aucune chaîne de stream dans la base de do
 
 footpage.website = Site web de VideoLAN
 footpage.contact = Contact
+footpage.bugreport = Rapporter un bug
 
 podcast.title = Liste de lecture
 podcast.description = Liste de lecture des chaînes diffusées.
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/template.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/template.jsp
index 6409ece..4c6eab3 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/template.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/template.jsp
@@ -50,8 +50,11 @@
 </div>
 
 <div class="footer">
-    <p><a href="http://www.videolan.org"><fmt:message key="footpage.website" /></a> |
-    <span class="spamproof" title="<fmt:message key="footpage.contact" />">vlma (at) videolan (dot) org</span></p>
+    <p>
+        <a href="http://www.videolan.org"><fmt:message key="footpage.website" /></a> |
+        <span class="spamproof" title="<fmt:message key="footpage.contact" />">vlma (at) videolan (dot) org</span> |
+        <a href="http://trac.videolan.org/vlma/"><fmt:message key="footpage.bugreport" /></a>
+    </p>
 </div>
 
 </div>



More information about the vlma-devel mailing list