# -*- tcl-*- # $Id: news-item.page,v 1.3 2007/11/22 10:33:25 gustafn Exp $ ::xowiki::Form new \ -set name en:news-item \ -title "News Item" \ -set anon_instances t \ -set form {{
@_title@ @detail_link@ @_text@ @_description@ @_nls_language@ @_publish_status@
} text/html} \ -set text {@_text@
@detail_link@} \ -set form_constraints { _page_order:hidden {_description:textarea,rows=3,label=#xowiki.news-teaser#} {_publish_status:radio,options={live ready} {draft production},label=#xowiki.publish_status#} _creator:hidden _title:text,label=#acs-kernel.common_Title# {detail_link:detail_link,label=#xowiki.news-source#} }