forked from services/mlmmj-light-web-ecg
Removed unnecessary files, Added autofocus to login form
This commit is contained in:
2100
misc/move/exim4.conf
2100
misc/move/exim4.conf
File diff suppressed because it is too large
Load Diff
@@ -1,2 +0,0 @@
|
|||||||
if $message_body contains "DISCARD_THIS_MAIL" and not error_message
|
|
||||||
then seen finish endif
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
all: foot_filter
|
|
||||||
dev: tags splint foot_filter
|
|
||||||
.PHONY: splint clean clobber
|
|
||||||
tags: foot_filter.c
|
|
||||||
ctags --excmd=number '--regex-c=-/\*[[:blank:]]*tag:[[:blank:]]*([[:alnum:]_]+)-\1-' foot_filter.c
|
|
||||||
splint:
|
|
||||||
splint +unixlib -exitarg -initallelements foot_filter.c
|
|
||||||
foot_filter: foot_filter.c
|
|
||||||
gcc -Wall -g -o foot_filter foot_filter.c -O3
|
|
||||||
clean:
|
|
||||||
-rm tags
|
|
||||||
clobber: clean
|
|
||||||
-rm foot_filter
|
|
||||||
-rm test
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,8 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# mlmmj-footer-receive
|
|
||||||
#
|
|
||||||
# Adds the footer to incoming message
|
|
||||||
#
|
|
||||||
|
|
||||||
/usr/bin/foot_filter -P /$1/$2/control/footer-text -H /$1/$2/control/footer-html | /usr/bin/mlmmj-receive -F -L /$1/$2/
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB |
@@ -42,7 +42,7 @@
|
|||||||
Username:
|
Username:
|
||||||
</div>
|
</div>
|
||||||
<div id="username_right">
|
<div id="username_right">
|
||||||
<input type="text" name="login_username" id="username_input">
|
<input type="text" name="login_username" id="username_input" autofocus>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="password">
|
<div id="password">
|
||||||
|
|||||||
Reference in New Issue
Block a user