2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -198,8 +206,10 @@ function book_form(&$node, &$help, &$error) {
if(user_access("administer nodes")){
$output.=form_select(t("Weight"),"weight",$node->weight,array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30),t("The heavier pages will sink and the lighter pages will be positioned nearer the top."));
@@ -198,8 +206,10 @@ function book_form(&$node, &$help, &$error) {
if(user_access("administer nodes")){
$output.=form_select(t("Weight"),"weight",$node->weight,array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30),t("The heavier pages will sink and the lighter pages will be positioned nearer the top."));