]> git.mjollnir.org Git - s9y.git/commitdiff
allow plugins to emit additional form vars
authorgarvinhicking <garvinhicking>
Wed, 1 Feb 2006 14:25:37 +0000 (14:25 +0000)
committergarvinhicking <garvinhicking>
Wed, 1 Feb 2006 14:25:37 +0000 (14:25 +0000)
include/functions_entries_admin.inc.php

index 382bdbbe23501cc27f820fea96fbd2b29d665293..fd4d1f9163db9a7bfa71c4d88f297f80e4bc7e76 100644 (file)
@@ -113,7 +113,7 @@ function serendipity_printEntryForm($targetURL, $hiddens = array(), $entry = arr
 ?>\r
         <div class="serendipityAdminMsgError"><?php echo $errMsg; ?></div>\r
 <?php } ?>\r
-        <form action="<?php echo $targetURL; ?>" method="post" <?php echo ($serendipity['XHTML11'] ? 'id' : 'name'); ?>="serendipityEntry" style="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px">\r
+        <form <?php echo $entry['entry_form']; ?> action="<?php echo $targetURL; ?>" method="post" <?php echo ($serendipity['XHTML11'] ? 'id' : 'name'); ?>="serendipityEntry" style="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px">\r
         <?php echo $hidden; ?>\r
 \r
         <table class="serendipityEntryEdit" border="0" width="100%">\r