892e2b5252
- Updated infoscreen hsl command - Fixed all depending code
11 lines
408 B
HTML
11 lines
408 B
HTML
<div ng-controller="infoadmin_hslitem_create" style="margin-top:20px;">
|
|
<div>
|
|
Create new item to show hsl ttimetables. Name is used only as identifier
|
|
</div>
|
|
<div class="form-group">
|
|
<label>Name:</label>
|
|
<input type="text" ng-model="item.name"></input>
|
|
</div>
|
|
<input type="button" class="btn btn-success" ng-click="send()" value="create"></input>
|
|
</div>
|