Templates for archive, and edit story.

Added switches and URLs for adding stories.
Fixed date problems in the date_loop.
Fixed an autocommit issue with folders when there's no currently open version tag.
This commit is contained in:
Colin Kuskie 2009-03-05 00:15:20 +00:00
parent 874fad9917
commit cff0a9ae9d
5 changed files with 52 additions and 26 deletions

View file

@ -165,6 +165,12 @@ our $I18N = {
lastUpdated => 0,
},
'add a story' => {
message => q|Add a Story.|,
context => q|label for the URL to add a story to the archive.|,
lastUpdated => 0,
},
};
1;