added help for creating new infoitems

This commit is contained in:
okalintu
2016-10-07 13:38:03 +03:00
parent 5cd3c893f4
commit 72507f9806
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
<div ng-controller="infoadmin_abbitem_create" style="margin-top:20px;">
<div>
Create new item to show abb jobs. Name is used only as identifier
</div>
<div class="form-group">
<label>Name:</label>
<input type="text" ng-model="item.name"></input>
@@ -1,4 +1,7 @@
<div ng-controller="infoadmin_externalimage_create" style="margin-top:20px;">
<div>
Create new image. Enter name and full url for any image available in internet (eg. http://i.imgur.com/XXSSqDG.gif)
</div>
<div class="form-group">
<label>Name:</label>
<input type="text" ng-model="item.name"></input>
@@ -1,4 +1,7 @@
<div ng-controller="infoadmin_image_create" style="margin-top:20px;">
<div>
Create new image. Enter name and select imagefile for upload
</div>
<div class="form-group">
<label>Name:</label>
<input type="text" ng-model="imagename"></input>
+3
View File
@@ -1,4 +1,7 @@
<div ng-controller="infoadmin_sossoitem_create" style="margin-top:20px;">
<div>
Create new item to show sössö topics. Name is used only as identifier
</div>
<div class="form-group">
<label>Name:</label>
<input type="text" ng-model="item.name"></input>