|
|
|
@ -271,34 +271,30 @@
|
|
|
|
|
<label class="control-label col-sm-2">
|
|
|
|
|
Business Hours</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input type="text" class="form-control" ng-model="partner.business_hours"
|
|
|
|
|
name="business_hours">
|
|
|
|
|
<input type="text" class="form-control" ng-model="partner.business_hours">
|
|
|
|
|
<p class="small text-info">
|
|
|
|
|
eg:Monday-Friday 09:00-20:00,Saturday-Sunday 10:00-22:00</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">
|
|
|
|
|
Merchant Tag</label>
|
|
|
|
|
Merchant Tag<em class="small">(Chinese)</em></label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input type="text" class="form-control" ng-model="partner.merchant_tag"
|
|
|
|
|
name="merchant_tag"
|
|
|
|
|
>
|
|
|
|
|
<input type="text" class="form-control" ng-model="partner.merchant_tag">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">
|
|
|
|
|
Merchant Introduction</label>
|
|
|
|
|
Merchant Introduction<em class="small">(Chinese)</em></label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<textarea class="form-control" ng-model="partner.merchant_introduction"
|
|
|
|
|
name="merchant_introduction"></textarea>
|
|
|
|
|
<textarea class="form-control" ng-model="partner.merchant_introduction"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">
|
|
|
|
|
Merchant Introduction<br><em class="small">(Video connection)</em></label>
|
|
|
|
|
Video Introduction<br><em class="small">(youtube link)</em></label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input type="url" class="form-control" ng-model="partner.merchant_video_url"
|
|
|
|
|
name="merchant_video_url"
|
|
|
|
|
>
|
|
|
|
|
<input type="url" class="form-control" ng-model="partner.merchant_video_url">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|