Lines Matching refs:hsc

51                 msg(hsc($exception->getMessage()), -1);
74 msg(hsc($exception->getMessage()), -1);
89 echo '<h1>' . hsc($this->getLang('menu')) . '</h1>';
95 echo '<label for="fontellozip">' . hsc($this->getLang('label_zip')) . '</label><br />';
97 echo '<button type="submit">' . hsc($lang['btn_upload']) . '</button>';
102 echo '<p>' . hsc($this->getLang('no_package')) . '</p>';
107 …echo '<tr><th>' . hsc($this->getLang('current_zip')) . '</th><td>' . hsc($package['zip_name']) . '…
108 …echo '<tr><th>' . hsc($this->getLang('current_prefix')) . '</th><td>' . hsc($package['prefix']) . …
109 echo '<tr><th>' . hsc($this->getLang('current_count')) . '</th><td>' .
111 echo '<tr><th>' . hsc($this->getLang('current_enabled')) . '</th><td>' .
113 echo '<tr><th>' . hsc($this->getLang('current_imported')) . '</th><td>' .
114hsc($package['imported_at'] ? $package['imported_at'] : $this->getLang('unknown')) . '</td></tr>';
117 echo '<h2>' . hsc($this->getLang('icons_heading')) . '</h2>';
122 echo '<th>' . hsc($this->getLang('icon_enabled')) . '</th>';
123 echo '<th>' . hsc($this->getLang('icon_name')) . '</th>';
124 echo '<th>' . hsc($this->getLang('icon_class')) . '</th>';
125 echo '<th>' . hsc($this->getLang('icon_preview')) . '</th>';
131 … echo '<td><input type="checkbox" name="enabled_icons[]" id="' . hsc($fieldId) . '" value="' .
132hsc($icon['name']) . '"' . (!empty($icon['enabled']) ? ' checked="checked"' : '') . ' /></td>';
133 …echo '<td><label for="' . hsc($fieldId) . '"><code>' . hsc($icon['name']) . '</code></label></td>';
134 echo '<td><code>' . hsc($icon['class']) . '</code></td>';
135 …echo '<td><span class="fontello-icon ' . hsc($icon['class']) . '" aria-hidden="true"></span></td>';
140 echo '<p><button type="submit">' . hsc($this->getLang('save_activation')) . '</button></p>';