r9405 - apps/gobi/trunk/code/Page/skins
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes Date: 2008-12-10 21:53:45 +0100 (Wed, 10 Dec 2008) New Revision: 9405 Modified: apps/gobi/trunk/code/Page/skins/embed.skin Log: Improved embed skin: display page name as header with edit link, similar to wikipedia paragraphs. Details at http://dev.helma.org/trac/helma/changeset/9405 Modified: apps/gobi/trunk/code/Page/skins/embed.skin =================================================================== --- apps/gobi/trunk/code/Page/skins/embed.skin 2008-12-10 16:27:07 UTC (rev 9404) +++ apps/gobi/trunk/code/Page/skins/embed.skin 2008-12-10 20:53:45 UTC (rev 9405) @@ -1,2 +1,5 @@ +<h3><% this.name + suffix=<% this.actionlink action="edit" + prefix=" <span style='font-size: small; font-weight: normal;'>[" + suffix="]</span>" %> %></h3> <% this.body format="plain" %> -<% this.actionlink action="edit" prefix="<p>[" suffix="]</p>" %> \ No newline at end of file