|
CVS: phpwiki/themes/default/templates editpage.tmpl,1.54,1.55: msg#00136web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/themes/default/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31675/themes/default/templates Modified Files: editpage.tmpl Log Message: replace php vers with tags, better accessibility by using labels Index: editpage.tmpl =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/themes/default/templates/editpage.tmpl,v retrieving revision 1.54 retrieving revision 1.55 diff -u -2 -b -p -d -r1.54 -r1.55 --- editpage.tmpl 22 Jan 2005 12:46:12 -0000 1.54 +++ editpage.tmpl 25 Jan 2005 07:12:25 -0000 1.55 @@ -1,3 +1,3 @@ -<!-- -*-php-*- --> +<!-- -*-html-*- --> <!-- $Id$ --> <?php if (isset($PREVIEW_CONTENT)) { ?> @@ -37,5 +37,7 @@ <tr><td><?= $EDIT_TOOLBAR ?></td> <td align="right"><div id="editarea-size"> - <?=_("Size").':'?> <label for="pref[editHeight]"><b><?=_("H")?></b></label> <?=$HEIGHT_PREF?> <label for="pref[editWidth]"><b><?=_("W")?></b></label> <?=$WIDTH_PREF?> + <?=_("Size").':'?> + <label for="pref[editHeight]"><b><?=_("H")?></b></label> <?=$HEIGHT_PREF?> + <label for="pref[editWidth]"><b><?=_("W")?></b></label> <?=$WIDTH_PREF?> <noscript><?=Button("submit:", _("Adjust"), 'wikiaction')?></noscript> </div></td></tr></table> @@ -58,19 +60,18 @@ <?php } ?> </td> + <td> <?=$AUTHOR_MESSAGE?></td> +</tr> +<tr> <td> - <?= $user->isSignedIn() - ? '' - : fmt("Author will be logged as %s.", HTML::em($user->getId())) ?> - <?php if (0 and !$user->isAuthenticated()) { // disabled ?> + <?php if ($user->isAdmin()) { ?> + <?= $LOCKED_CB ?> <label for="edit[lock]"><?=_("Locked")?></label> + <?php } ?> + </td> + <td colspan="2" align="right"> + <?php if (!$user->isAuthenticated()) { ?> <?= Template('signin', array('FORMNAME' => 'editpage')) ?> <?php } ?> </td> </tr> -<?php if ($user->isAdmin()) { ?> -<tr> - <td><?= $LOCKED_CB ?> <?=_("Locked")?></td> - <td colspan="2"></td> -</tr> -<?php } ?> <?php if (0) { // Not yet supported within the same request. ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/pgsrc ReleaseNotes,1.49,1.50: 00136, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/themes/MonoBook/templates actionbar.tmpl,1.1,1.2: 00136, Reini Urban |
| Previous by Thread: | CVS: phpwiki/pgsrc ReleaseNotes,1.49,1.50i: 00136, Reini Urban |
| Next by Thread: | CVS: phpwiki/themes/MonoBook/templates actionbar.tmpl,1.1,1.2: 00136, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |