Commit 9579eb05 authored by Andreas Jung's avatar Andreas Jung

added warning to 'title' property

parent 1b756af7
...@@ -156,6 +156,12 @@ property values, edit the values and click "Save Changes". ...@@ -156,6 +156,12 @@ property values, edit the values and click "Save Changes".
&dtml-type; &dtml-type;
</div> </div>
</td> </td>
<dtml-if "id=='title'">
<td align="center" valign="top">
<div class="list-item"><b>Warning:</b> be aware that removing 'title' without re-adding it might be dangerous.</div>
</td>
</dtml-if>
</tr> </tr>
</dtml-let> </dtml-let>
</dtml-in> </dtml-in>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment