Added possibility to give feedbacks via ajax form. Closes #2
* Feedback message will send to error_recipients, configured in app_config.yml
This commit is contained in:
parent
b84ec884bd
commit
c7e37fc7b2
12 changed files with 66 additions and 7 deletions
|
|
@ -295,7 +295,7 @@ div.edit_form {
|
|||
margin: 5px 0;
|
||||
color: black; }
|
||||
|
||||
#edit_article, #edit_box {
|
||||
#edit_article, #edit_box, #ajax_box {
|
||||
position: fixed;
|
||||
top: 5em;
|
||||
left: 10em;
|
||||
|
|
|
|||
|
|
@ -295,7 +295,7 @@ div.edit_form {
|
|||
margin: 5px 0;
|
||||
color: black; }
|
||||
|
||||
#edit_article, #edit_box {
|
||||
#edit_article, #edit_box, #ajax_box {
|
||||
position: fixed;
|
||||
top: 5em;
|
||||
left: 10em;
|
||||
|
|
|
|||
|
|
@ -322,7 +322,7 @@ div.edit_form
|
|||
:margin 5px 0
|
||||
:color black
|
||||
|
||||
#edit_article, #edit_box
|
||||
#edit_article, #edit_box, #ajax_box
|
||||
:position fixed
|
||||
:top 5em
|
||||
:left 10em
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue