external jquery and bootstrap

This commit is contained in:
ragu 2022-12-10 15:47:22 +01:00
parent 003df87598
commit 58819fd615
28 changed files with 109 additions and 135 deletions

View file

@ -451,7 +451,9 @@ sub save_account(){
$u_rows = $dbt->update_one($dbh,$update_primary,"$_=$valxx");
}elsif($_ eq "ct_name" && $R::base_edit){
$u_rows = $dbt->update_one($dbh,$update_primary,"$_='$valxx'");
#}elsif($_ !~ /ct_name|txt22|txt23|txt15/){
}elsif($_ =~ /txt22|txt23/){
$valxx =~ s/\s//g;
$u_rows = $dbt->update_one($dbh,$update_primary,"$_='$valxx'");
}elsif($_ !~ /ct_name|txt15/){
$u_rows = $dbt->update_one($dbh,$update_primary,"$_='$valxx'");
}