Language added & Style fixed

This commit is contained in:
alp 2019-12-23 20:22:38 +03:00
parent e61a85733e
commit 330786bfe6
2 changed files with 3 additions and 8 deletions

View File

@ -179,7 +179,7 @@ return [
"edit_adv" => "İlanı Düzenle",
"mandatory_fields" => "Zorunlu alanlar",
"ad_post" => "İlan Yayını",
"sell_item" => "Bir ürün veya hizmet satmak",
"sell_item" => "Detaylı bilgileri giriniz",
"search_save" => "Favori arama başarıyla kaydedildi",
"address" => "Adres",
"email" => "E-Posta",

View File

@ -36,12 +36,6 @@
<input type="hidden" name="update_id" value="{{ id }}">
<fieldset>
<div class="section postdetails">
<h4>
{{ trans('visiosoft.module.advs::field.sell_item') }}
<span class="pull-right">
* {{ trans('visiosoft.module.advs::field.mandatory_fields') }}
</span>
</h4>
<div class="row form-group add-title">
<div class="col-md-12">
{{ nameField|raw }}
@ -52,7 +46,7 @@
</div>
</div>
<div class="row form-group select-price">
<label class="col-sm-2 label-title col-xs-12">
<label class="col-sm-2 col-xs-12">
{{ form.fields.price.label|raw }}
<span class="required">*</span>
</label>
@ -119,6 +113,7 @@
var default_GET = "{{ setting_value('visiosoft.module.advs::default_GET') }}";
var adv_id = "{{ id }}";
</script>
<script src="https://maps.googleapis.com/maps/api/js?key={{ setting_value('visiosoft.module.advs::google_map_key') }}&callback="
type="text/javascript"></script>
{{ asset_add("scripts.js", "visiosoft.module.advs::js/new-create.js") }}