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

git version control git at videolan.org
Sun Jun 29 16:42:01 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sun Jun 29 16:06:25 2008 +0200| [11e96a1ac172617dea39dd060a1f8ec2de488880]

Typos.

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

 .../WEB-INF/jsp/file/filechanneledit_right.jsp     |   10 +++++-----
 .../WEB-INF/jsp/file/filechannellist_right.jsp     |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechanneledit_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechanneledit_right.jsp
index aabaeff..9828fa3 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechanneledit_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechanneledit_right.jsp
@@ -3,7 +3,7 @@
 
 <h1>
 <fmt:message key="medias.fileschannel.editing">
-    <fmt:param value="${filesChannelsAdd.name}" />
+    <fmt:param value="${fileChannelAdd.name}" />
 </fmt:message>
 </h1>
 
@@ -11,12 +11,12 @@
 <table>
     <tr>
         <td align="right"><fmt:message key="medias.fileschannel.add.server" /></td>
-        <spring:bind path="filesChannelsAdd.server">
+        <spring:bind path="fileChannelAdd.server">
             <td><select name="server">
-                <c:forEach items="${filesChannelsAdd.serversList}"
+                <c:forEach items="${fileChannelAdd.serversList}"
                     var="serverOption">
                     <c:choose>
-                    <c:when test="${serverOption==filesChannelsAdd.server}">
+                    <c:when test="${serverOption==fileChannelAdd.server}">
                         <option selected="selected">
                             <c:out value="${serverOption}" />
                         </option>
@@ -36,7 +36,7 @@
 
     <tr>
         <td align="right"><fmt:message key="medias.fileschannel.add.fileslist" /></td>
-        <spring:bind path="filesChannelsAdd.files">
+        <spring:bind path="fileChannelAdd.files">
             <td><textarea rows="10" name="files"><c:out
                 value="${status.value}" /></textarea></td>
             <td><span class="error"><c:out
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechannellist_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechannellist_right.jsp
index eaae2e3..47f02a9 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechannellist_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/file/filechannellist_right.jsp
@@ -37,7 +37,7 @@
             <c:param name="Id" value="${filesChannel.id}" />
         </c:url>
         <%-- Build the URL to delete the channel --%>
-        <c:url value="fileschannelsedit.htm" var="filesChannelEditUrl">
+        <c:url value="filechanneledit.htm" var="filesChannelEditUrl">
             <c:param name="Id" value="${filesChannel.id}" />
         </c:url>
         <c:choose>



More information about the vlma-devel mailing list