[vlma-devel] commit: Typos. (Adrien Grand )

git version control git at videolan.org
Thu Jan 1 17:51:00 CET 2009


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Tue Dec 30 23:59:31 2008 +0100| [6130ee17b76b5d2867f34ff1f47f529651a357c5] | committer: Adrien Grand 

Typos.

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

 .../WEB-INF/jsp/dtt/dttchannellist_right.jsp       |    2 +-
 .../webapp/WEB-INF/jsp/welcome/welcome_right.jsp   |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/dtt/dttchannellist_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/dtt/dttchannellist_right.jsp
index b25e027..2101c9e 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/dtt/dttchannellist_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/dtt/dttchannellist_right.jsp
@@ -62,7 +62,7 @@
                 <td colspan="2" />
                 <td class="program"><vlma:program program="${program}" /></td>
                 <c:url value="mediaprogramremove.htm" var="programRemoveUrl">
-                    <c:param name="media" value="${filesChannel.id}" />
+                    <c:param name="media" value="${dttChannel.id}" />
                     <c:param name="program" value="${status.index}" />
                 </c:url>
                 <td><a href="${programRemoveUrl}"><img src="<c:url value="/img/stop.png" />" title="<fmt:message key="medias.list.action.stop" />" /></a></td>
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/welcome/welcome_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/welcome/welcome_right.jsp
index e547f2e..09ed6c4 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/welcome/welcome_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/welcome/welcome_right.jsp
@@ -75,7 +75,7 @@
 <p><fmt:message key="medias.empty" /></p>
 </c:if>
 
-<c:if test="${not empty dttChannels}">
+<c:if test="${not empty dttPrograms}">
 <h3><fmt:message key="medias.listDTT" /></h3>
 
 <table>
@@ -95,7 +95,7 @@
 
 </c:if>
 
-<c:if test="${not empty satChannels}">
+<c:if test="${not empty satPrograms}">
 <h3><fmt:message key="medias.fulllistSat" /></h3>
 
 <table>
@@ -134,7 +134,7 @@
 </table>
 </c:if>
 
-<c:if test="${not empty  streamChannels}">
+<c:if test="${not empty  streamPrograms}">
 <h3><fmt:message key="streams.list" /></h3>
 
 <table>



More information about the vlma-devel mailing list