classes on all elements, configurable form labels/style/textarea
This commit is contained in:
parent
ef6a190549
commit
b041941a4a
6 changed files with 240 additions and 46 deletions
|
|
@ -10,4 +10,12 @@ BOOK_MAX_MESSAGE_LENGTH=1000
|
|||
BOOK_MAX_WEBSITE_LENGTH=100
|
||||
BOOK_OPEN_REGISTRATION=true
|
||||
BOOK_SEPARATOR=------------------------------------------------------------
|
||||
BOOK_FORM_PROMPT=If you visited my site, please sign my guestbook!
|
||||
BOOK_BUTTON_TEXT=sign
|
||||
BOOK_LABEL_NAME=Your name:
|
||||
BOOK_LABEL_WEBSITE=Your website (optional):
|
||||
BOOK_LABEL_MESSAGE=Your message:
|
||||
BOOK_TEXTAREA_ROWS=8
|
||||
BOOK_TEXTAREA_COLS=60
|
||||
# BOOK_STYLE=.entry-name { font-weight: bold; }
|
||||
# BOOK_TEMPLATE=./templates/default.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue