Revert "MDL-26392, nwiki and creole format wiki pages should support file attachments"

This reverts commit 0c5e812ba7  because UI is going to be reimplemented.
This commit is contained in:
Petr Skoda 2011-03-08 10:11:07 +01:00
parent 97b4297e13
commit 23c799459d
6 changed files with 109 additions and 82 deletions

View file

@ -68,16 +68,12 @@ To create a new page, type the new page name enclosed in double square brackets,
$string['formatcreole'] = 'Creole format';
$string['formatcreole_help'] = 'Creole is a common wiki markup language with an edit toolbar for inserting appropriate markup.
To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].
To insert image, attach the image files in file manager, then reference the file name using creole markup language.';
To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].';
$string['formatcreole_link'] = 'mod/wiki/creole';
$string['formatnwiki'] = 'NWiki format';
$string['formatnwiki_help'] = 'Nwiki is the Mediawiki-like markup language used in the contributed Nwiki module.
To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].
To insert image, attach the image files in file manager, then reference the file name using nwiki markup language.';
To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].';
$string['formatnwiki_link'] = 'mod/wiki/nwiki';
$string['history'] = 'History';
$string['history_help'] = 'The history lists links to previous versions of the page.';