src/p4l/static/p4l/templates/documentCodeForm.html
author ymh <ymh.work@gmail.com>
Tue, 10 Sep 2013 10:26:18 +0200
changeset 56 cae920b54306
child 83 0ae8f199388b
permissions -rw-r--r--
add document code
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
56
cae920b54306 add document code
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
 <form class="well span3">
cae920b54306 add document code
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
    <div class="span3 row">
cae920b54306 add document code
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
     <label for="document-code-{{$id}}">{{'document code'|translate}}</label><input type="text" placeholder="{{'document code'|translate}}" ng_model="editedObj.documentCode" name="documentCode" id="document-code-{{$id}}" class="span3"/>
cae920b54306 add document code
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
     </div>
cae920b54306 add document code
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
 </form>