Merge branch 'develop' into 'develop'
Added javascript name checking to avoid losing the choices with a bad name Added a checking on form submit : - It cancel form submission if name is empty or doesn't respect the constant NAME_REGEX - If the submission is cancelled, it show the error (as a submit would do) Also added a "header" smarty block in header.tpl, to allow pages which inherit page.tpl to add specific scripts or css. See merge request !40
No related branches found
No related tags found
Showing
- adminstuds.php 1 addition, 0 deletionsadminstuds.php
- js/app/studs.js 19 additions, 0 deletionsjs/app/studs.js
- studs.php 1 addition, 0 deletionsstuds.php
- tpl/head.tpl 2 additions, 0 deletionstpl/head.tpl
- tpl/part/vote_table_classic.tpl 1 addition, 1 deletiontpl/part/vote_table_classic.tpl
- tpl/part/vote_table_date.tpl 1 addition, 1 deletiontpl/part/vote_table_date.tpl
- tpl/studs.tpl 18 additions, 4 deletionstpl/studs.tpl
Loading
Please register or sign in to comment