| author | ymh <ymh.work@gmail.com> |
| Wed, 11 Sep 2013 07:20:23 +0200 | |
| changeset 63 | 09a086a49b71 |
| child 70 | 2ee11f57e318 |
| permissions | -rw-r--r-- |
| 63 | 1 |
<form class="well span3"> |
2 |
<div class="span3 row"> |
|
3 |
<label for="title-{{$id}}">{{'title'|translate}}</label><input type="text" placeholder="{{'title'|translate}}" ng_model="editedObj.title" name="title" id="title-{{$id}}" class="span3"/> |
|
4 |
<label for="lang-{{$id}}">{{'lang'|translate}}</label><input type="text" placeholder="{{'lang'|translate}}" ng_model="editedObj.lang" name="lang" id="lang-{{$id}}" class="span3"/> |
|
5 |
</div> |
|
6 |
</form> |