Änderungen von Dokument homeopathsSheet

Zuletzt geändert von Jip-jan Alunkel am März 26, 17:31

Von Version 3.267
bearbeitet von Jip-jan Alunkel
am März 16, 12:56
Änderungskommentar: Rollback to version 1.38
Auf Version 3.268
bearbeitet von Jip-jan Alunkel
am März 16, 13:02
Änderungskommentar: Rollback to version 1.38

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -54,7 +54,7 @@
54 54  {{html wiki="true" clean="false"}}
55 55  ## Manual disabling of the create button in the 'Document actions' menu.
56 56  #if(!$isGuest)<p><script>var pmMenuCreate = "disable";</script></p>#end
57 -## Show the content edit button
57 +## Show the 'Edit content' button for the admin and the author only.
58 58  #if($hasRight)
59 59   <p class="buttons text-align-right">
60 60   <a class="btn btn-primary" title="Edit" href="$doc.getURL('edit','editor=wysiwyg')" role="button" rel="nofollow">
... ... @@ -88,6 +88,7 @@
88 88   </p>
89 89   #end
90 90   #end
91 + ## Show the 'Edit details' button for the admin and the author only.
91 91   #if($hasRight)
92 92   <p class="buttons text-align-right">
93 93   <a class="btn btn-secondary" title="$services.localization.render("edit")" data-toggle="modal" data-target="#detailsModal" role="button" rel="nofollow">
... ... @@ -96,12 +96,11 @@
96 96   </p>
97 97   #end
98 98  </div>
99 -
100 -## Show the properties edit form in a modal.
100 + ## Show the properties edit form in a modal.
101 101   #if($hasRight)
102 102   #set($form_start = {
103 103   "id": "homeopaths_form",
104 - "product": "homeopath details",
104 + "product": "homeopaths details",
105 105   "method": "post",
106 106   "url": "",
107 107   "use_captcha": "false"
... ... @@ -121,7 +121,7 @@
121 121   #createFormStart($form_start)
122 122   <div class="modal-header">
123 123   <h3 class="modal-title">$services.localization.render("global.word.details")</h3>
124 - <button type="button" class="close" data-dismiss="modal" aria-label="$services.localization.render("close")">
124 + <button type="button" class="close" data-dismiss="modal" title="$services.localization.render("close")" aria-label="$services.localization.render("close")">
125 125   <span aria-hidden="true">&times;</span>
126 126   </button>
127 127   </div>