You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/09/30 11:59:23 UTC

svn commit: r292690 - /maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm

Author: evenisse
Date: Fri Sep 30 02:59:21 2005
New Revision: 292690

URL: http://svn.apache.org/viewcvs?rev=292690&view=rev
Log:
Remove Note messages.

Modified:
    maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm

Modified: maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm?rev=292690&r1=292689&r2=292690&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm (original)
+++ maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm Fri Sep 30 02:59:21 2005
@@ -40,7 +40,6 @@
             <td>
               <form method="post" action="$link.setPage('Edit.vm').addPathInfo('fid', "$!{item.executorId}Project").addPathInfo('id', $item.id)">
                 <input type="submit" name="edit-project" value="Edit"/>
-                <b style="color: red;">$i18n.getString( "message.note" ) </b> Project details are out of sync with Maven POM
               </form>
             </td>
           </tr>
@@ -168,7 +167,6 @@
           <td>
             <form method="post" action="$link.setPage('SelectNotifier.vm').addPathInfo('id', $project.id )">
               <input type="submit" name="add-notifier" value="Add"/>
-              <b style="color: red;">$i18n.getString( "message.note" ) </b> Notifiers are out of sync with Maven POM
             </form>
           </td>
         </tr>
@@ -225,7 +223,6 @@
           <td>
             <form method="post" action="$link">
               <input type="submit" name="add-developer" value="Add"/>
-              <b style="color: red;">$i18n.getString( "message.note" ) </b> Developers are out of sync with Maven POM
             </form>
           </td>
         </tr>