Lines Matching refs:hsc

199 …echo '<a href="' . hsc($this->getMediaManagerUrl($defaultTarget)) . '" target="_blank" title="' . 
202 echo '<small>' . hsc(noNS($mediaID)) . '</small>';
206 echo '<input type="hidden" name="media_id" value="' . hsc($mediaID) . '" />';
208 echo '<button type="submit" class="button">' . hsc($this->getLang('delete_icon')) . '</button>';
253 msg(sprintf($this->getLang('delete_success'), hsc($mediaID)), 1);
302 …msg(sprintf($this->getLang('error_extension_not_allowed'), hsc($ext), hsc(implode(', ', $allowed))…
334 msg(sprintf($this->getLang('upload_success'), hsc($mediaID)), 1);
353 $filenameHelp = hsc($this->getLang('icon_filename_help'));
361 echo '<h1>' . hsc($this->getLang('menu')) . '</h1>';
362 echo '<p>' . hsc($this->getLang('intro')) . '</p>';
363 echo '<p><small>' . hsc(sprintf($this->getLang('allowed_extensions'), $allowed)) . '</small></p>';
366 echo '<strong>' . hsc($this->getLang('current_big_icon')) . '</strong><br />';
370 echo '<small>' . hsc($this->getLang('current_icon_none')) . '</small>';
374 echo '<strong>' . hsc($this->getLang('current_small_icon')) . '</strong><br />';
378 echo '<small>' . hsc($this->getLang('current_icon_none')) . '</small>';
385 . ' data-page-name="' . hsc(noNS($defaultTarget)) . '"'
386 …. ' data-big-templates="' . hsc(json_encode($helper ? $helper->getVariantTemplates('big') : [])) .…
387 …. ' data-small-templates="' . hsc(json_encode($helper ? $helper->getVariantTemplates('small') : []…
394 …echo '<td class="label"><label for="pagesicon_icon_variant">' . hsc($this->getLang('icon_variant')…
397 …"big"' . ($defaultVariant === 'big' ? ' selected="selected"' : '') . '>' . hsc($this->getLang('ico…
398 …ll"' . ($defaultVariant === 'small' ? ' selected="selected"' : '') . '>' . hsc($this->getLang('ico…
404 …echo '<td class="label"><label for="pagesicon_file">' . hsc($this->getLang('file')) . '</label></t…
409 …echo '<td class="label"><label for="pagesicon_icon_filename">' . hsc($this->getLang('icon_filename…
415 echo '<option value="' . hsc($value) . '"' . $selected . '>' . hsc($label) . '</option>';
420 echo '<span class="error">' . hsc($this->getLang('error_no_filename_choices')) . '</span>';
426 …echo '<p><button type="submit" class="button">' . hsc($this->getLang('upload_button')) . '</button…