Popravek buga pri if preskoku vprasanja pri mobile multicheckboxu (napacna html struktura)

This commit is contained in:
pero1203 2021-05-19 14:20:36 +02:00
parent 4cb42dde9d
commit ceeb21b7b9

View File

@ -816,7 +816,7 @@ class MultigridMobileController extends Controller{
echo ' <input type="text" name="textfield_' . $row1['id'] . '" value="' . ($is_missing ? '' : $row3['text']) . '" style="' . ($otherWidth != -1 ? ' width:' . $otherWidth . '%;' : '') . '" ' . ($is_missing ? ' disabled' : '') . ' />';
}
echo ' <div class="grid_mobile_title_text">';
echo '</div>';
// Puscica za razpiranje ce imamo vklopljene mobilne tabele z razpiranjem
if($mobile_tables == 2)