r9424 - apps/gobi/trunk/extensions/weblog/WeblogPosting

[email protected]
Newsgroups gmane.comp.java.helma.cvs
Message-ID <[email protected]>
Author: hannes
Date: 2008-12-12 19:59:19 +0100 (Fri, 12 Dec 2008)
New Revision: 9424

Modified:
   apps/gobi/trunk/extensions/weblog/WeblogPosting/edit.skin
Log:
Use 'this' instead of 'page' as macro handler in weblogposting's edit skin.

Details at http://dev.helma.org/trac/helma/changeset/9424

Modified: apps/gobi/trunk/extensions/weblog/WeblogPosting/edit.skin
===================================================================
--- apps/gobi/trunk/extensions/weblog/WeblogPosting/edit.skin	2008-12-12 16:26:35 UTC (rev 9423)
+++ apps/gobi/trunk/extensions/weblog/WeblogPosting/edit.skin	2008-12-12 18:59:19 UTC (rev 9424)
@@ -5,17 +5,17 @@
 </div>
 
 <p style="display: none;" id="nameFieldWrapper">URL Name<br />
-    <% page.input name="name" id="nameField" autocomplete="off" %>
+    <% this.input name="name" id="nameField" autocomplete="off" %>
 </p>
 
-<% page.input name="title" class="name horizontalFill" id="titleField" autocomplete="off"
+<% this.input name="title" class="name horizontalFill" id="titleField" autocomplete="off"
     prefix="<p style='clear: both;'>Title<br />" suffix="</p>" %>
 
 
-<% page.formEditor %>
+<% this.formEditor %>
 
 <p style="clear: both;">Body<br />
-<% page.textArea name="body" rows="18" class="horizontalFill" %></p>
+<% this.textArea name="body" rows="18" class="horizontalFill" %></p>
 
 <p><input type="submit" name="save" value="Save Posting"></p>
 </form>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.