[dw-free] Can't create new entry after previewing it.
[commit: http://hg.dwscoalition.org/dw-free/rev/6248b537e11c]
http://bugs.dwscoalition.org/show_bug.cgi?id=1124
Fix preview for imported core1 styles.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1124
Fix preview for imported core1 styles.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/core1.s2
-------------------------------------------------------------------------------- diff -r 6536e68916d3 -r 6248b537e11c bin/upgrading/s2layers/core1.s2 --- a/bin/upgrading/s2layers/core1.s2 Sat Oct 23 22:16:44 2010 +0800 +++ b/bin/upgrading/s2layers/core1.s2 Sun Oct 24 00:51:22 2010 +0800 @@ -764,6 +764,11 @@ class EntryPage extends Page function builtin print_multiform_start "Prints start of form tag and hidden elements to do a multi-comment action (multiple delete, screen, unscreen, etc...)"; function builtin print_multiform_end "Prints end of form tag to do a multi-comment action."; function builtin print_multiform_actionline "Prints the line of the multiform giving instructions, options, and the submit button, using the text of the different \$*text_multiform_ properties."; +} + +class EntryPreviewPage extends EntryPage +"Placeholder, to allow entry preview to continue to work." +{ } class ReplyForm --------------------------------------------------------------------------------