mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
updated initial sorting order for some lists
This commit is contained in:
@@ -19,6 +19,17 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Base URL</label>
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-globe"></i></span>
|
||||
</div>
|
||||
<input type="text" class="form-control" name="config_base_url" placeholder="ex host.domain.ext" value="<?php echo $config_base_url; ?>">
|
||||
</div>
|
||||
<small class="form-text text-muted">This is used by cron to send the correct url for invoice guest views</small>
|
||||
</div>
|
||||
|
||||
<div class="form-group mb-4">
|
||||
<label>Logo</label>
|
||||
<input type="file" class="form-control-file" name="file">
|
||||
|
||||
Reference in New Issue
Block a user