/var/www/vhosts/nabawater/backend/views/configuration
NameSizeModeActions
app-config.php114150644editdlrm
app.php10170644editdlrm
currency-setting.php12690644editdlrm
delivery-boy-setting.php39070644editdlrm
delivery-charge-setting.php22420644editdlrm
distance-time.php9570644editdlrm
loyality-point.php12130644editdlrm
one-signal-setting.php45900644editdlrm
payment.php22200644editdlrm
payumoney-config.php21740644editdlrm
qr.php15500644editdlrm
recaptcha.php17920644editdlrm
referral-point.php14130644editdlrm
site-info.php64580644editdlrm
sms.php20060644editdlrm
smtp.php24580644editdlrm
social-media.php25420644editdlrm
stripe_config.php17220644editdlrm
strip_config.php17170644editdlrm
tabaogo-credit.php9560644editdlrm
Edit: /var/www/vhosts/nabawater/backend/views/configuration/app-config.php (11415B)
['save', 'redirect' => 'app-config'], 'id' => 'app-config'])->setModel($model); $this->title = yii::t('backend', 'Update Application Configuration'); ?>

title; ?> Current Time:


field($model, $model::APP_NAME)->textInput(); ?>
field($model, $model::APP_DESCRIPTION)->textarea(); ?>
field($model, $model::META_KEYWORD)->textInput(); ?>
field($model, $model::META_DESCRIPTION)->textarea(); ?>
field($model, $model::APP_EMAIL)->textInput(); ?>
field($model, $model::APP_CONTACT_NO)->textInput(); ?>
field($model, $model::ANDROID_LINK)->textInput(); ?>
field($model, $model::IOS_LINK)->textInput(); ?>
field($model, $model::IOS_VERSION)->textInput()->hint('Example: 1.9'); ?>
field($model, $model::IOS_VERSION_STATUS)->dropDownList(['true' => 'Active', 'false' => 'Inactive']); ?>
field($model, $model::APP_CONTACT_ADDRESS)->textarea(); ?>
field($model, $model::MAP_KEY)->textInput(); ?>
field($model, $model::SITE_COPYRIGHT)->textInput(); ?>
field($model, $model::SITE_COPYRIGHT_AR)->textInput(); ?>
'offer Image', 'style' => 'width:100px;height:100px', 'class' => 'img-responsive img-thumbnail']); } ?>
field($modelUploadForm, 'offer_image')->fileInput(['class' => 'form-control'])->label(Yii::t('backend', 'Offer Image')); ?>
field($model, $model::CURRENCY_FORMAT)->dropDownList( Configuration::getMoneyFormatList() )->icon('money') ->label(Yii::t('backend', 'Currency Format')) ?>
**/ ?>
field($model, $model::HOUR_FORMAT_12_24)->dropDownList(['24hr' => '24 Hour Format (e.g. 21:30)', '12hr' => '12 Hour Format (e.g. 9:30 PM)'])->icon('clock-o') ?>
field($model, $model::CURRENCY_DECIMAL_PLACE)->textInput(['type' => 'number']); ?>
field($model, $model::CURRENCY_SYMBOL_LEFT)->switchInput(); ?>
'App Logo Image', 'style' => 'width:100px;height:100px', 'class' => 'img-responsive img-thumbnail'] ); } ?>
'Fav Logo Image', 'style' => 'width:100px;height:100px', 'class' => 'img-responsive img-thumbnail'] ); } ?>
field($modelUploadForm, 'app_logo')->fileInput(['class' => 'form-control'])->label(Yii::t('backend', 'Site Logo')); ?>
field($modelUploadForm, 'fav_logo')->fileInput(['class' => 'form-control'])->label(Yii::t('backend', 'Fav Logo')); ?>
'App Placeholder Image', 'style' => 'width:100px;height:100px', 'class' => 'img-responsive img-thumbnail']); } ?>
field($modelUploadForm, 'placeholder_image')->fileInput(['class' => 'form-control']); ?>
/**/ ?>
field($model, $model::TIME_ZONE)->dropDownList(\backend\models\TimeZone::getTimeZone())->icon('clock-o') ?>
field($model, $model::PREORDER_DATE_COUNT)->textInput(['type' => 'number']); ?>
*/ ?>
field($model, $model::APP_VAT)->textInput(); ?>
field($model, $model::EMPTY_BOTTLE)->textInput(); ?>
PAYMENT_TYPE = explode(",", $model->PAYMENT_TYPE); ?> field($model, $model::PAYMENT_TYPE, ['options' => ['class' => 'form-group']])->dropDownList(Order::getPaymentOptionList(true), ['prompt' => 'Please select a restaurant', 'multiple' => true, 'class' => 'select2 multiple form-control']); ?>
'btn btn-success']) ?>