Explorar el Código

TableAcl: hide input in edit form for geom fields

Piotr Labudda hace 11 años
padre
commit
ce88d348f3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      SE/se-lib/TableAcl.php

+ 3 - 0
SE/se-lib/TableAcl.php

@@ -479,6 +479,9 @@ class TableAcl {
 			unset($html->attrs['type']);
 			unset($html->attrs['type']);
 			unset($html->attrs['value']);
 			unset($html->attrs['value']);
 		}
 		}
+		else if ('polygon' == $colType['type']) {
+			return '...';
+		}
 		else {
 		else {
 			echo'unknown Type "'.$colType['type'].'"';
 			echo'unknown Type "'.$colType['type'].'"';
 		}
 		}