feat: add common settings management page with dynamic header and DevExpress theme configuration
This commit is contained in:
@@ -235,6 +235,21 @@ $themes = explode("\n", "dx.light.css
|
|||||||
{{e2("PDF Template Path")}} :
|
{{e2("PDF Template Path")}} :
|
||||||
<input type="text" name="pdf_template_path" value="{{setting('pdf_template_path')}}" class="form-control" id="">
|
<input type="text" name="pdf_template_path" value="{{setting('pdf_template_path')}}" class="form-control" id="">
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<h4>{{e2("Giriş Ekranı Ayarları")}}</h4>
|
||||||
|
|
||||||
|
{{e2("Giriş Karşılama Başlığı")}}:
|
||||||
|
<input type="text" name="login_welcome" value="{{setting('login_welcome')}}" class="form-control" id="">
|
||||||
|
|
||||||
|
{{e2("Giriş Açıklama Metni")}}:
|
||||||
|
<input type="text" name="login_description" value="{{setting('login_description')}}" class="form-control" id="">
|
||||||
|
|
||||||
|
{{e2("Giriş Sloganı")}}:
|
||||||
|
<input type="text" name="login_slogan" value="{{setting('login_slogan')}}" class="form-control" id="">
|
||||||
|
|
||||||
|
{{e2("Telif Hakkı Başlangıç Yılı")}}:
|
||||||
|
<input type="text" name="copyright_start_year" value="{{setting('copyright_start_year')}}" class="form-control" id="">
|
||||||
|
|
||||||
<button type="submit" class="btn btn-primary mt-5" id="updateSettingsBtn">{{e2("Update")}}</button>
|
<button type="submit" class="btn btn-primary mt-5" id="updateSettingsBtn">{{e2("Update")}}</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user