Changes for page

Last modified by Simon Urli on 2022/10/27

From version 2.1
edited by Admin
on 2010/11/29
Change comment: Imported from XAR
To version 1.1
edited by Admin
on 2008/11/21
Change comment: Imported from XAR

Summary

Details

Page properties
Content
... ... @@ -9,7 +9,7 @@
9 9  #getEntryObject($doc $entryObj)
10 10  #if("$!entryObj" == '')
11 11   #warning($msg.get('xe.blog.sheet.notpost'))
12 -#elseif($xcontext.action != 'inline')
12 +#elseif($context.action != 'inline')
13 13   ## View mode
14 14   #isPublished($entryObj $isPublished)
15 15   #isHidden($entryObj $isHidden)
... ... @@ -32,7 +32,7 @@
32 32   #template('tagedit.vm')
33 33   #isPublished($entryObj $isPublished)
34 34   #if($isPublished)
35 - #if($doc.creator == $xcontext.user)
35 + #if($doc.creator == $context.user)
36 36   #publishMessageBox($msg.get('xe.blog.sheet.publicationdate', [${doc.display('publishDate', 'view', $entryObj)}]))
37 37   #set($hideArticle = ${doc.display('hidden', 'edit', $entryObj)})
38 38   #hideMessageBox($msg.get('xe.blog.sheet.hidearticle', [${hideArticle}]))

Get Connected