Revision: 9524
http://sourceforge.net/p/phpwiki/code/9524
Author: vargenau
Date: 2015-02-11 15:47:25 +0000 (Wed, 11 Feb 2015)
Log Message:
-----------
Remove themes/blog/templates/blogform.tmpl, identical to themes/default/templates/blogform.tmpl
Removed Paths:
-------------
trunk/themes/blog/templates/blogform.tmpl
Deleted: trunk/themes/blog/templates/blogform.tmpl
===================================================================
--- trunk/themes/blog/templates/blogform.tmpl 2015-02-11 15:39:59 UTC (rev 9523)
+++ trunk/themes/blog/templates/blogform.tmpl 2015-02-11 15:47:25 UTC (rev 9524)
@@ -1,29 +0,0 @@
-<div class="wikiblog wikiblog-form">
-<form action="<?php echo $request->getPostURL()?>" method="post" name="editpage"
- accept-charset="UTF-8" id="wikiblog-form">
- <input type="hidden" name="edit[pagename]" value="<?php echo $PAGENAME?>" />
- <input type="hidden" name="mode" value="add" />
- <div class="wikiblog-form">
- <?php echo _("Headline")._(": ") ?><br />
- <input id="wikiblog-summary" required="required" class="wikitext" type="text" style="width:540px" size="60"
- maxlength="256" name="edit[summary]" value="" />
- <br />
- <?php if (isset($EDIT_TOOLBAR)) { ?>
- <?php echo $EDIT_TOOLBAR ?>
- <?php } ?>
- <a id="editarea"></a>
- <textarea id="edit-content" required="required" class="edit-content" rows="8" style="width:540px"
- name="edit[content]"></textarea>
- <br />
- <input id="wikiblog-submit" type="submit" value="<?php echo _("Add Entry")?>"
- name="edit[save]" class="wikiaction" />
- </div>
-
-<hr />
-<div class="wiki-edithelp">
- <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p>
- <?plugin IncludePage page=_("Help/TextFormattingRules") section=_("Synopsis") quiet=1?>
-</div>
-<?php echo $HIDDEN_INPUTS?>
-</form>
-</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|