* the terms of the provided license as published by Whirl-i-Gig
 *
 * CollectiveAccess is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTIES whatsoever, including any implied warranty of 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
 *
 * This source code is free and modifiable under the terms of 
 * GNU General Public License. (http://www.gnu.org/copyleft/gpl.html). See
 * the "license.txt" file for details, or visit the CollectiveAccess web site at
 * http://www.CollectiveAccess.org
 *
 * ----------------------------------------------------------------------
 */
$t_item = $this->getVar('t_item');
if (!$t_item->getPrimaryKey()) {
    $vn_interface_count = ca_editor_uis::getUICount();
    ?>
<h3 class='metalist'><?php 
    print _t('Editing user interfaces');
    ?>
:
<div><?php 
    if ($vn_interface_count == 1) {
        print _t("1 user interface is defined");
    } else {
        print _t("%1 user interfaces are defined", $vn_interface_count);
    }
    ?>
</div>
</h3><?php 
} else {