Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 590b4b0

Browse files
committed
Remove hard-coded Form classes
1 parent 7d861e3 commit 590b4b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Data Admin/duplication_combineConfirm.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
echo '</div>';
4444
} else {
4545
$form = Form::create('combineFieldsConfirm', $_SESSION[$guid]['absoluteURL'].'/modules/Data Admin/duplication_combineProcess.php');
46-
$form->setClass('smallIntBorder fullWidth');
4746

4847
$form->addHiddenValue('address', $_SESSION[$guid]['address']);
4948
$form->addHiddenValue('tableName', $tableName);

0 commit comments

Comments
 (0)