back to home rather than back to site

This commit is contained in:
JT Smith 2006-05-19 05:36:17 +00:00
parent 414dfde9c3
commit 572aea7627
2 changed files with 6 additions and 1 deletions

View file

@ -239,7 +239,7 @@ sub www_commitVersionTagConfirm {
return $ac->render(
'<p>'.$i18n->get("commit accepted").'</p>'
.'<ul>
<li><a href="'.$default->getUrl.'">'.$i18n->get("493","WebGUI").'</a></li>
<li><a href="'.$default->getUrl.'">'.$i18n->get("back to home").'</a></li>
<li><a href="'.$default->getUrl("op=manageVersions").'">'.$i18n->get("manage versions").'</a></li>
</ul>'
);

View file

@ -7,6 +7,11 @@ our $I18N = {
lastUpdated => 0
},
'back to home' => {
message => q|Back to home.|,
lastUpdated => 0
},
'version tags' => {
message => q|Version Tags|,
lastUpdated => 0