view zpt/addRestDbInterface.zpt @ 22:7ee835840724 default tip

fix problem with config page when autocommit is not defined.
author casties
date Wed, 24 Apr 2013 20:49:42 +0200
parents 09361041be51
children
line wrap: on
line source

  <div tal:replace="structure here/manage_page_header">Header</div>
  <h2>Add a RESTdb interface</h2>
  <form method="post" action="manage_addRestDbInterface">
    <p class="form-label">ID</p>
        <p class="form-element"><input size="80" name="id"/></p>
    <p class="form-label">Title</p>
        <p class="form-element"><input size="80" name="title"/></p>
     <p><input type="submit" value="Add" /></p>
  </form>