logo       

CVS: phpwiki/themes/default/templates editpage.tmpl,1.53,1.54: msg#00116

web.wiki.phpwiki.checkins

Subject: CVS: phpwiki/themes/default/templates editpage.tmpl,1.53,1.54

Update of /cvsroot/phpwiki/phpwiki/themes/default/templates
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13074/themes/default/templates

Modified Files:
editpage.tmpl
Log Message:
fix oldmakrup button label
update pref[edit*] settings



Index: editpage.tmpl
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/default/templates/editpage.tmpl,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -2 -b -p -d -r1.53 -r1.54
--- editpage.tmpl 22 Jan 2005 12:08:44 -0000 1.53
+++ editpage.tmpl 22 Jan 2005 12:46:12 -0000 1.54
@@ -1,23 +1,4 @@
<!-- -*-php-*- -->
<!-- $Id$ -->
-<?php
-$WidthI = HTML::input(array('type' => 'text',
- 'size' => 3,
- 'maxlength' => 4,
- 'class' => "numeric",
- 'name' => 'pref[editWidth]',
- 'id' => 'pref[editWidth]',
- 'value' => $request->getPref('editWidth'),
- 'onchange' => 'this.form.submit();'));
-$HeightI = HTML::input(array('type' => 'text',
- 'size' => 3,
- 'maxlength' => 4,
- 'class' => "numeric",
- 'name' => 'pref[editHeight]',
- 'id' => 'pref[editHeight]',
- 'value' => $request->getPref('editHeight'),
- 'onchange' => 'this.form.submit();'));
-$s = $WikiTheme->getButtonSeparator();
-?>
<?php if (isset($PREVIEW_CONTENT)) { ?>
<p><strong><?=_("Preview only! Changes not saved.")?></strong>
@@ -56,5 +37,5 @@ $s = $WikiTheme->getButtonSeparator();
<tr><td><?= $EDIT_TOOLBAR ?></td>
<td align="right"><div id="editarea-size">
- <?=_("Size").':'?> <label
for="pref[editHeight]"><b><?=_("H")?></b></label> <?=$HeightI?> <label
for="pref[editWidth]"><b><?=_("W")?></b></label> <?=$WidthI?>
+ <?=_("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>
@@ -69,10 +50,10 @@ $s = $WikiTheme->getButtonSeparator();
<td>
<?=$MINOR_EDIT_CB ?> <label for="edit[minor_edit]"><?=_("This is a minor
change.")?></label><br />
- <?=$OLD_MARKUP_CB?> <label for="edit[markup]"><?=_("Use old
markup")?></label> <?=$OLD_MARKUP_CONVERT?>
+ <?=$OLD_MARKUP_CB?> <label for="useOldMarkup"><?=_("Use old
markup")?></label> <?=$OLD_MARKUP_CONVERT?>
</td>
<td align="center">
<?= $PREVIEW_B ?>
<?php if ($SAVE_B) { ?>
- <?=$s?><?= $SAVE_B ?>
+ <?=$SEP?><?= $SAVE_B ?>
<?php } ?>
</td>



-------------------------------------------------------
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>
Google Custom Search

News | FAQ | advertise