From: Reini U. <ru...@x-...> - 2004-12-04 10:50:23
|
> Page change UploadMechanism > Edited by: RichBlinne > http://phpwiki.sourceforge.net/phpwiki/UploadMechanism?action=diff > > UploadMechanism 21 2004-06-10T05:20:18-07:00 > UploadMechanism 22 2004-12-03T10:54:16-08:00 ... > See also [Upload] (for dummies), [phpwiki:TitleSearch?s=upload]. > > ---- > + > + It would be a nice new feature if the edit form would include the UploadPlugin. -- RichBlinne > [CategoryNextWikiDone] Just edit themes/default/templates/editpage.tmpl like this: <?php if ($user->isadmin()) { ?> <tr> <td><?= $LOCKED_CB ?> <?=_("Locked")?></td> </tr> <?php } ?> <tr> <td><?plugin UpLoad ?></td> </tr> -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |