pluginsGLPI / genericobject

Genericobject object plugin
http://glpi-plugins.rtfd.io/en/latest/genericobject/index.html
GNU General Public License v3.0
53 stars 58 forks source link

Horizontal separator #283

Open 4n63lu5 opened 4 years ago

4n63lu5 commented 4 years ago

allow the capacity to create a visual horizontal separation between fields

sample to add in /fields/*.constant.php

$GO_FIELDS['hrnewsection']['name'] = 'NEW VISUAL SECTION'; $GO_FIELDS['hrnewsection']['input_type'] = 'horizontalseparator';