mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 11:36:42 +01:00
telegram and phone on new travel, added from data storage, no input
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<ion-view view-title="{{'Help' | translate}}">
|
||||
<ion-content>
|
||||
<h1>{{'Help' | translate}}</h1>
|
||||
|
||||
<p>
|
||||
help instructions here
|
||||
</p>
|
||||
<p>
|
||||
<img ng-src="img/newpackage.png" class="o-img-new"/>
|
||||
<img ng-src="img/newasking.png" class="o-img-new"/>
|
||||
|
||||
@@ -29,14 +29,14 @@
|
||||
<span class="input-label">{{'Hour' | translate}}</span>
|
||||
<input ng-model="newtravel.date" type="time" placeholder="">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<!--<label class="item item-input">
|
||||
<span class="input-label"><i class="icon ion-iphone"></i> {{'Phone_contact' | translate}}</span>
|
||||
<input ng-model="newtravel.phone" type="number" placeholder="">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<span class="input-label">{{'Telegram_user' | translate}}</span>
|
||||
<input ng-model="newtravel.telegram" type="text" placeholder="">
|
||||
</label>
|
||||
</label>-->
|
||||
|
||||
<label class="item item-input item-floating-label">
|
||||
<span class="input-label">{{'Description' | translate}}</span>
|
||||
|
||||
@@ -34,14 +34,14 @@
|
||||
<span class="input-label">{{'Hour' | translate }}</span>
|
||||
<input ng-model="newtravel.date" type="time" placeholder="">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<!--<label class="item item-input">
|
||||
<span class="input-label"><i class="icon ion-iphone"></i> {{'Phone_contact' | translate }}</span>
|
||||
<input ng-model="newtravel.phone" type="number" placeholder="">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<span class="input-label">{{'Telegram_user' | translate }}</span>
|
||||
<input ng-model="newtravel.telegram" type="text" placeholder="">
|
||||
</label>
|
||||
</label>-->
|
||||
<ion-toggle ng-model="newtravel.package" toggle-class="toggle-calm">
|
||||
<img class='o-imgMenu' src="img/package.png" />
|
||||
{{'Need_to_carry_package' | translate }}
|
||||
|
||||
@@ -34,14 +34,14 @@
|
||||
<span class="input-label">{{'Hour' | translate}}</span>
|
||||
<input ng-model="newtravel.date" type="time" placeholder="">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<!--<label class="item item-input">
|
||||
<span class="input-label"><i class="icon ion-iphone"></i> {{'Phone_contact' | translate}}</span>
|
||||
<input ng-model="newtravel.phone" type="number" placeholder="">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<span class="input-label">{{'Telegram_user' | translate}}</span>
|
||||
<input ng-model="newtravel.telegram" type="text" placeholder="">
|
||||
</label>
|
||||
</label>-->
|
||||
<ion-toggle ng-model="newtravel.package" toggle-class="toggle-calm">
|
||||
<img class='o-imgMenu' src="img/package.png" />
|
||||
{{'Can_carry_package' | translate}}
|
||||
|
||||
Reference in New Issue
Block a user