4 * Expand Contract State
7 * @link https://www.open-emr.org
8 * @author Ranganath Pathak <pathak@scrs1.org>
9 * @copyright Copyright (c) 2018 Ranganath Pathak <pathak@scrs1.org>
10 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
14 $container = 'container-fluid';
15 $expand_title = xl('Click to Contract and set to henceforth open in Centered mode');
16 $expand_icon_class = 'fa-compress';
18 $container = 'container';
19 $expand_title = xl('Click to Expand and set to henceforth open in Expanded mode');
20 $expand_icon_class = 'fa-expand';