mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
captive: Import new design
This is the new design of the access page of the captive portal. It is based on the Bootstrap 4 grid system and reboot but does not use anything else from it. It is responsive and customisable. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -70,4 +70,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
# Reset permissions of redirect templates and theme directories
|
||||
find /srv/web/ipfire/html/{redirect-templates,themes} -type d | xargs chmod -v 755
|
||||
|
||||
# Captive Portal CSS
|
||||
ln -svf --relative /usr/share/bootstrap/css/bootstrap-grid.min.css \
|
||||
/srv/web/ipfire/html/captive/assets/bootstrap-grid.min.css
|
||||
ln -svf --relative /usr/share/bootstrap/css/bootstrap-reboot.min.css \
|
||||
/srv/web/ipfire/html/captive/assets/bootstrap-reboot.min.css
|
||||
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user