[vhffs-dev] [600] Beautify the links ! (Yes this is completely useless)

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 600
Author:   gradator
Date:     2007-05-07 12:43:07 +0000 (Mon, 07 May 2007)

Log Message:
-----------
Beautify the links ! (Yes this is completely useless)

Modified Paths:
--------------
    branches/vhffs-4.0/vhffs-panel/public/group.pl
    branches/vhffs-4.0/vhffs-panel/templates/public/misc/list-part.tmpl


Modified: branches/vhffs-4.0/vhffs-panel/public/group.pl
===================================================================
--- branches/vhffs-4.0/vhffs-panel/public/group.pl	2007-05-07 12:26:15 UTC (rev 599)
+++ branches/vhffs-4.0/vhffs-panel/public/group.pl	2007-05-07 12:43:07 UTC (rev 600)
@@ -148,7 +148,7 @@
 			{
 			    $subtemplate = new HTML::Template( filename => $templatedir."/public/misc/cvs-part.tmpl" );
 			    $subtemplate->param( CVSROOT => $_->get_cvsroot );
-			    $subtemplate->param( CVSURL  => $vhffs->get_config->get_cvsweburl . '/cvs_' . $group->get_groupname . '_' . $_->get_cvsroot );
+			    $subtemplate->param( CVSURL  => $vhffs->get_config->get_cvsweburl . '/cvs_' . $group->get_groupname . '_' . $_->get_cvsroot . '/' );
 			    $output .= $subtemplate->output;
 			}
 
@@ -175,7 +175,7 @@
 			   	 	$subtemplate = new HTML::Template( filename => $templatedir."/public/misc/svn-part.tmpl" );
 				    	$subtemplate->param( SVNROOT => $_->get_reponame );
 				    	$subtemplate->param( DESCRIPTION => $_->get_description );
-				    	$subtemplate->param( SVNURL  => $vhffs->get_config->get_svnweburl . '/svn_' . $group->get_groupname . '_' . $_->get_reponame );
+				    	$subtemplate->param( SVNURL  => $vhffs->get_config->get_svnweburl . '/svn_' . $group->get_groupname . '_' . $_->get_reponame . '/' );
 			    		$output .= $subtemplate->output;
 				}
 

Modified: branches/vhffs-4.0/vhffs-panel/templates/public/misc/list-part.tmpl
===================================================================
--- branches/vhffs-4.0/vhffs-panel/templates/public/misc/list-part.tmpl	2007-05-07 12:26:15 UTC (rev 599)
+++ branches/vhffs-4.0/vhffs-panel/templates/public/misc/list-part.tmpl	2007-05-07 12:43:07 UTC (rev 600)
@@ -1,4 +1,4 @@
 <li>
-<tmpl_var name="LISTNAME"> <a href="<tmpl_var name="ARCHIVESURL">/<tmpl_var name="DOMAIN">/<tmpl_var name="LOCALPART">"><tmpl_var name="ARCHIVES_TEXT"></a>
+<tmpl_var name="LISTNAME"> <a href="<tmpl_var name="ARCHIVESURL">/<tmpl_var name="DOMAIN">/<tmpl_var name="LOCALPART">/"><tmpl_var name="ARCHIVES_TEXT"></a>
 </li>
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/