Fixed use of '- or -' string to a language file string. Added back lost

initialcontent help file.
This commit is contained in:
mchurch
2004-06-02 23:14:14 +00:00
parent fb870aca6f
commit 03e0e5f691
3 changed files with 12 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
<P ALIGN=CENTER><B>Fill in initial content</B></P>
<P>This is the content which can be initially filled into the Wiki.</P>
<P>If you want your own initial content, create it as text-files, and upload it to a directory in the course
files area. Then select one of the files as the initial page. All pages in that directory will become content
for every new wiki structure created for this wiki, and the selected page will be the first page.
</P>
+3 -2
View File
@@ -5,13 +5,14 @@
$string['modulename'] = 'Wiki';
$string['modulenameplural'] = 'Wikis';
$string['wikiname'] = "Page Name";
$string['wikitype'] = "Type";
$string['wikiname'] = 'Page Name';
$string['wikitype'] = 'Type';
$string['ewikiprinttitle'] = 'Print the title on every Wiki-Page';
$string['htmlmode'] = 'HTML Mode';
$string['ewikiacceptbinary'] = 'Allow binary files';
$string['initialcontent'] = 'Choose an Initial Page';
$string['chooseafile'] = 'Choose/upload initial page';
$string['pagenamechoice'] = '- or -';
$string['wikidefaultpagename'] = 'WikiIndex';
$string['wikistartederror'] = 'Wiki already has entries - can\'t change.';
+2 -1
View File
@@ -117,7 +117,8 @@
}
else {
?>
<INPUT type="text" name="pagename" size=30 value="<?php p($form->pagename) ?>"><b> - or - </b>
<INPUT type="text" name="pagename" size=30 value="<?php p($form->pagename) ?>"><b>
<?php print_string('pagenamechoice', 'wiki'); ?></b>
<?php
}
?>