306a5b48a1
Resolve #31
15 lines
519 B
HTML
15 lines
519 B
HTML
<div ng-controller="infoadmin_websiteitem_create" style="margin-top:20px;">
|
|
<div>
|
|
Create new item to show external website. For example "ka.dy.fi".
|
|
</div>
|
|
<div class="form-group">
|
|
<label>Name:</label>
|
|
<input type="text" ng-model="item.name"></input>
|
|
</div>
|
|
<div class="form-group">
|
|
<label>Url:</label>
|
|
<input type="text" ng-model="item.url"></input>
|
|
</div>
|
|
<input type="button" class="btn btn-success" ng-click="send()" value="create"></input>
|
|
</div>
|