... |
... |
@@ -23,6 +23,15 @@ |
23 |
23 |
<dl> |
24 |
24 |
<dt #if (!$editing && $hasEdit) |
25 |
25 |
class="editableProperty" |
|
26 |
+ data-property="$escapetool.xml($services.model.serialize($object.getPropertyReference('shortText1')))" |
|
27 |
+ data-property-type="object"#end> |
|
28 |
+ <label#if ($editing) for="Announcements.Code.AnnouncementsClass_0_shortText1"#end> |
|
29 |
+ $escapetool.xml($doc.displayPrettyName('shortText1', false, false)) |
|
30 |
+ </label> |
|
31 |
+ </dt> |
|
32 |
+ <dd>$doc.display('shortText1')</dd> |
|
33 |
+ <dt #if (!$editing && $hasEdit) |
|
34 |
+ class="editableProperty" |
26 |
26 |
data-property="$escapetool.xml($services.model.serialize($object.getPropertyReference('longText1')))" |
27 |
27 |
data-property-type="object"#end> |
28 |
28 |
<label#if ($editing) for="Announcements.Code.AnnouncementsClass_0_longText1"#end> |
... |
... |
@@ -30,6 +30,33 @@ |
30 |
30 |
</label> |
31 |
31 |
</dt> |
32 |
32 |
<dd>$doc.display('longText1')</dd> |
|
42 |
+ <dt #if (!$editing && $hasEdit) |
|
43 |
+ class="editableProperty" |
|
44 |
+ data-property="$escapetool.xml($services.model.serialize($object.getPropertyReference('staticList1')))" |
|
45 |
+ data-property-type="object"#end> |
|
46 |
+ <label#if ($editing) for="Announcements.Code.AnnouncementsClass_0_staticList1"#end> |
|
47 |
+ $escapetool.xml($doc.displayPrettyName('staticList1', false, false)) |
|
48 |
+ </label> |
|
49 |
+ </dt> |
|
50 |
+ <dd>$doc.display('staticList1')</dd> |
|
51 |
+ <dt #if (!$editing && $hasEdit) |
|
52 |
+ class="editableProperty" |
|
53 |
+ data-property="$escapetool.xml($services.model.serialize($object.getPropertyReference('page1')))" |
|
54 |
+ data-property-type="object"#end> |
|
55 |
+ <label#if ($editing) for="Announcements.Code.AnnouncementsClass_0_page1"#end> |
|
56 |
+ $escapetool.xml($doc.displayPrettyName('page1', false, false)) |
|
57 |
+ </label> |
|
58 |
+ </dt> |
|
59 |
+ <dd>$doc.display('page1')</dd> |
|
60 |
+ <dt #if (!$editing && $hasEdit) |
|
61 |
+ class="editableProperty" |
|
62 |
+ data-property="$escapetool.xml($services.model.serialize($object.getPropertyReference('date1')))" |
|
63 |
+ data-property-type="object"#end> |
|
64 |
+ <label#if ($editing) for="Announcements.Code.AnnouncementsClass_0_date1"#end> |
|
65 |
+ $escapetool.xml($doc.displayPrettyName('date1', false, false)) |
|
66 |
+ </label> |
|
67 |
+ </dt> |
|
68 |
+ <dd>$doc.display('date1')</dd> |
33 |
33 |
</dl> |
34 |
34 |
</div> |
35 |
35 |
{{/html}} |