ktlili      2004/12/09 15:06:32 CET

  Modified files:
    JForumWebApp/WEB-INF/config/languages fr_FR.properties 
    JForumWebApp/templates/default forum_list.htm forum_show.htm 
                                   post_show.htm 
  Log:
  Remove xml button
  Correct fr_lang
  
  Revision  Changes    Path
  1.5       +4 -2      
jforum/JForumWebApp/WEB-INF/config/languages/fr_FR.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jforum/JForumWebApp/WEB-INF/config/languages/fr_FR.properties.diff?r1=1.4&r2=1.5&f=h
  1.5       +0 -1      jforum/JForumWebApp/templates/default/forum_list.htm
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jforum/JForumWebApp/templates/default/forum_list.htm.diff?r1=1.4&r2=1.5&f=h
  1.4       +1 -4      jforum/JForumWebApp/templates/default/forum_show.htm
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jforum/JForumWebApp/templates/default/forum_show.htm.diff?r1=1.3&r2=1.4&f=h
  1.4       +0 -3      jforum/JForumWebApp/templates/default/post_show.htm
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jforum/JForumWebApp/templates/default/post_show.htm.diff?r1=1.3&r2=1.4&f=h
  
  
  
  Index: fr_FR.properties
  ===================================================================
  RCS file: 
/home/cvs/repository/jforum/JForumWebApp/WEB-INF/config/languages/fr_FR.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- fr_FR.properties  6 Dec 2004 16:54:41 -0000       1.4
  +++ fr_FR.properties  9 Dec 2004 14:06:31 -0000       1.5
  @@ -1,5 +1,5 @@
   #
  -# Version: $Id: fr_FR.properties,v 1.4 2004/12/06 16:54:41 ktlili Exp $
  +# Version: $Id: fr_FR.properties,v 1.5 2004/12/09 14:06:31 ktlili Exp $
   #
   # General error messages
   CannotDeleteGroup = Impossible de d�truire le groupe avec l'ID <i>"{0}"</i>. 
V�rifier la pr�sence d'utilisateurs dans ce groupe avant de le d�truire.
  @@ -210,7 +210,7 @@
   # Forum Base
   ForumBase.search = Recherche
   ForumBase.profile = Mon Profil
  -ForumBase.backToSite = Acceuil
  +ForumBase.backToSite = Accueil
   ForumBase.logout = D�connexion
   ForumBase.register = Inscription
   ForumBase.login = Connexion
  @@ -227,6 +227,8 @@
   ForumIndex.views = Vus
   ForumIndex.lastMessage = Dernier message
   ForumIndex.newMessages = Nouveaux messages
  +ForumIndex.newMessagesHot = Nouveaux messages [hot]
  +ForumIndex.noNewMessagesHot = Aucun new messages [ hot ]
   ForumIndex.noNewMessages = Aucun nouveau message
   ForumIndex.newMessagesBlocked = Nouveaux messages [ verrouill�]
   ForumIndex.noNewMessagesBlocked = Aucun nouveau message [ verrouill�]
  
  
  
  Index: forum_list.htm
  ===================================================================
  RCS file: 
/home/cvs/repository/jforum/JForumWebApp/templates/default/forum_list.htm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- forum_list.htm    7 Dec 2004 10:52:37 -0000       1.4
  +++ forum_list.htm    9 Dec 2004 14:06:31 -0000       1.5
  @@ -9,7 +9,6 @@
                                                <#if logged><span 
class="gensmall">${I18n.getMessage("ForumListing.lastVisit")}: 
${lastVisit}</span><br/></#if>
                                                <span 
class="gensmall">${I18n.getMessage("ForumListing.date")}: ${now}</span><br />
                                                <span class="forumLink"><a 
class="forumLink" 
href="${JForumContext.encodeURL("/forums/list")}">${I18n.getMessage("ForumListing.forumIndex")}</a></span>
  -                                             <!--<a 
href="${contextPath}/rss/forums.page"><img 
src="${JForumContext.encodeSRC("${contextPath}/templates/${templateName}/images/xml_button.gif")}"
 border="0" align="middle"></a>-->
                                        </td>
                                        <td class="gensmall" valign="bottom" 
align="right">&nbsp;
                                        <#if logged>
  
  
  
  Index: forum_show.htm
  ===================================================================
  RCS file: 
/home/cvs/repository/jforum/JForumWebApp/templates/default/forum_show.htm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- forum_show.htm    6 Dec 2004 14:57:23 -0000       1.3
  +++ forum_show.htm    9 Dec 2004 14:06:31 -0000       1.4
  @@ -14,10 +14,7 @@
                                <tr>
                                        <td valign="bottom" align="left" 
colspan="2">
                                                <a class="maintitle" 
href="${JForumContext.encodeURL("/forums/show/${forum.id}")}">${forum.name}</a>
  -                                             <#if rssEnabled>
  -                                             <a 
href="${JForumContext.encodeURL("/rss/forumTopics/${forum.id}")}"><img 
src="${JForumContext.encodeSRC("${contextPath}/templates/${templateName}/images/xml_button.gif")}"
 border="0"></a>
  -                                             <br />
  -                                             </#if>
  +
                                                <span class="gensmall"><!-- 
forum moderators --> </span>
                                        </td>
   
  
  
  
  Index: post_show.htm
  ===================================================================
  RCS file: 
/home/cvs/repository/jforum/JForumWebApp/templates/default/post_show.htm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- post_show.htm     6 Dec 2004 14:57:23 -0000       1.3
  +++ post_show.htm     9 Dec 2004 14:06:31 -0000       1.4
  @@ -20,9 +20,6 @@
                                <tr>
                                        <td valign="middle" align="left" 
colspan="2">
                                                <span class="maintitle"><a 
href="${JForumContext.encodeURL("/posts/list/${topic.id}")}" name="top" 
class="maintitle" id="top">${topic.title?html}</a></span>
  -                                             <#if rssEnabled>
  -                                             &nbsp;<a 
href="${JForumContext.encodeURL("${contextPath}/rss/topicPosts/${topic.id}${extension}")}"><img
 
src="${JForumContext.encodeSRC("${contextPath}/templates/${templateName}/images/xml_button.gif")}"
 border="0"></a>
  -                                             </#if>
                                        </td>
                                </tr>
                        </table>
  

Reply via email to