~madjar/wikkid/plugin

« back to all changes in this revision

Viewing changes to wikkid/skin/default/edit.html

  • Committer: Tim Penhey
  • Date: 2010-06-01 08:47:24 UTC
  • mfrom: (39.1.3 fixes-on-a-plane)
  • Revision ID: tim@penhey.net-20100601084724-7p2f3wtw78b036ai
Several small tweaks done on a plane - Martin Albisetti

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
{% endif %}
7
7
<form method="post" action="{{ view.request_path }}">
8
8
  <textarea name="content">{{ view.content }}</textarea>
9
 
  Describe the change: <input type="text" name="message" value=""/>
 
9
  Describe the change: <input type="text" id="message" name="message" value=""/>
10
10
  {% if view.rev_id %}
11
11
  <input type="hidden" name="rev-id" value="{{ view.rev_id }}"/>
12
12
  {% endif %}
13
 
  <div>
14
 
  <input type="Submit" name="action" value="save" />
 
13
  <div class="save-cancel">
 
14
  <input type="Submit" name="action" value="Save" />
15
15
  or <a href="{{ view.cancel_url }}">Cancel</a>
16
16
  </div>
17
17
</form>