[vlma-devel] commit: Display SID of Satellite channels. (Adrien Grand )

git version control git at videolan.org
Sun Oct 26 09:19:42 CET 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sun Oct 26 09:02:02 2008 +0100| [dc1a263742378ce5709a9a753db6ba09241ff688] | committer: Adrien Grand 

Display SID of Satellite channels.

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

 .../WEB-INF/jsp/satellite/satchannellist_right.jsp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannellist_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannellist_right.jsp
index f9b0f9c..0d0bb69 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannellist_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannellist_right.jsp
@@ -22,6 +22,7 @@
 <table width="100%">
     <tr>
         <th colspan="2"><fmt:message key="medias.list.frequency" /></th>
+        <th><fmt:message key="medias.list.sid" /></th>
         <th><fmt:message key="medias.list.name" /></th>
         <th><fmt:message key="medias.list.status" /></th>
         <th><fmt:message key="medias.list.action" /></th>
@@ -49,6 +50,9 @@
                 <c:out value="${satChannel.frequency}" />
             </c:if>
         </small></td>
+        <td><small>
+            <c:out value="${satChannel.sid}" />
+        </small></td>
         <c:set var="frequency" value="${satChannel.frequency}" />
         <td>
             <strong>



More information about the vlma-devel mailing list