diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-07-22 09:03:40 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-07-22 09:03:40 +0000 |
commit | f6507e21f87f962c7e7731123450914aa12e227d (patch) | |
tree | 26b415f94a696d8bca9f1232ac6b058d3a6127fa /share/www/dialog | |
parent | f4aa228848f8b465ae5ea3088ef02a04051feeac (diff) |
Change document creation in Futon so that it no longer prompts for a document ID, but simply opens the document page for an empty (and unsaved) document, and allows you to modify the ID.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@796635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/dialog')
-rw-r--r-- | share/www/dialog/_create_document.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/share/www/dialog/_create_document.html b/share/www/dialog/_create_document.html deleted file mode 100644 index f2f24a71..00000000 --- a/share/www/dialog/_create_document.html +++ /dev/null @@ -1,31 +0,0 @@ -<!-- - -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -this file except in compliance with the License. You may obtain a copy of the -License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. - ---> -<form action="" method="post"> - <h2>Create New Document</h2> - <fieldset> - <p class="help"> - Please enter a unique ID of the document, or leave the field empty to get - an auto-generated ID. - </p> - <table summary=""><tbody><tr> - <th><label>Document ID:</label></th> - <td><input type="text" name="docid" size="32"></td> - </tr></table> - </fieldset> - <div class="buttons"> - <button type="submit">Create</button> - <button type="button" class="cancel">Cancel</button> - </div> -</form> |