summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/branding-start.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sysconfig/branding-start.html')
-rw-r--r--templates/sysconfig/branding-start.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/sysconfig/branding-start.html b/templates/sysconfig/branding-start.html
index 1470929f..09b9ca27 100644
--- a/templates/sysconfig/branding-start.html
+++ b/templates/sysconfig/branding-start.html
@@ -11,7 +11,14 @@
{{lang_or}}
<div class="form-group">
<label for="input-file">{{lang_computerLoad}}</label>
- <input class="form-control" type="file" name="file" id="input-file">
+ <div class="input-group upload-ex">
+ <input type="text" class="form-control" readonly placeholder="{{lang_selectFile}}">
+ <span class="input-group-btn">
+ <span class="btn btn-default btn-file">
+ {{lang_browseForFile}}&hellip; <input type="file" name="file" id="input-file">
+ </span>
+ </span>
+ </div>
</div>
<button type="submit" class="btn btn-primary">{{lang_upload}}</button>
</form>