- Timestamp:
- 03/03/09 13:46:01 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid_project/media/PyLucid/internal_page/blog/edit_blog_entry.html
r1701 r1837 1 {% if preview_content %} 2 <fieldset id="blog_preview"> 3 <legend><strong>{% trans 'preview' %}</strong></span> 4 </legend> 5 {{ preview_content }} 6 </fieldset> 7 {% endif %} 8 1 9 <fieldset><legend>{{ legend }}</legend> 2 10 <form method="post" action="."> … … 12 20 </ul> 13 21 <input type="submit" name="save" value="{% trans 'save' %}" /> 22 <input type="submit" name="preview" value="{% trans 'preview' %}" /> 14 23 <input onclick="self.location.href='{{ url_abort }}'" name="abort" value="{% trans 'abort' %}" type="reset" /> 15 24 </form>