mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
Language added & Style fixed
This commit is contained in:
parent
e61a85733e
commit
330786bfe6
@ -179,7 +179,7 @@ return [
|
|||||||
"edit_adv" => "İlanı Düzenle",
|
"edit_adv" => "İlanı Düzenle",
|
||||||
"mandatory_fields" => "Zorunlu alanlar",
|
"mandatory_fields" => "Zorunlu alanlar",
|
||||||
"ad_post" => "İlan Yayını",
|
"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",
|
"search_save" => "Favori arama başarıyla kaydedildi",
|
||||||
"address" => "Adres",
|
"address" => "Adres",
|
||||||
"email" => "E-Posta",
|
"email" => "E-Posta",
|
||||||
|
|||||||
@ -36,12 +36,6 @@
|
|||||||
<input type="hidden" name="update_id" value="{{ id }}">
|
<input type="hidden" name="update_id" value="{{ id }}">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<div class="section postdetails">
|
<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="row form-group add-title">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
{{ nameField|raw }}
|
{{ nameField|raw }}
|
||||||
@ -52,7 +46,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row form-group select-price">
|
<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 }}
|
{{ form.fields.price.label|raw }}
|
||||||
<span class="required">*</span>
|
<span class="required">*</span>
|
||||||
</label>
|
</label>
|
||||||
@ -119,6 +113,7 @@
|
|||||||
var default_GET = "{{ setting_value('visiosoft.module.advs::default_GET') }}";
|
var default_GET = "{{ setting_value('visiosoft.module.advs::default_GET') }}";
|
||||||
var adv_id = "{{ id }}";
|
var adv_id = "{{ id }}";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="https://maps.googleapis.com/maps/api/js?key={{ setting_value('visiosoft.module.advs::google_map_key') }}&callback="
|
<script src="https://maps.googleapis.com/maps/api/js?key={{ setting_value('visiosoft.module.advs::google_map_key') }}&callback="
|
||||||
type="text/javascript"></script>
|
type="text/javascript"></script>
|
||||||
{{ asset_add("scripts.js", "visiosoft.module.advs::js/new-create.js") }}
|
{{ asset_add("scripts.js", "visiosoft.module.advs::js/new-create.js") }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user