Popravek buga pri if preskoku vprasanja pri mobile multicheckboxu (napacna html struktura)
This commit is contained in:
parent
4cb42dde9d
commit
ceeb21b7b9
@ -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 ' <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
|
// Puscica za razpiranje ce imamo vklopljene mobilne tabele z razpiranjem
|
||||||
if($mobile_tables == 2)
|
if($mobile_tables == 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user