New upstream version 0.6.27

This commit is contained in:
geos_one
2025-08-06 18:11:51 +02:00
parent a6b4158f1f
commit 56a986c0ba
563 changed files with 45811 additions and 35282 deletions

View File

@@ -1,30 +1,30 @@
<?php if (!empty($this->templates) && $this->isAuthorizedFor('service_links') ) { ?>
<?php if (!empty($this->templates) && $this->isAuthorizedFor('service_links')) { ?>
<div class="ui-widget">
<div class="p2 ui-widget-header ui-corner-top">
<?php echo Kohana::lang('common.special-templates-box-header') ?>
<?php echo Kohana::lang('common.special-templates-box-header') ?>
</div>
<?php
<?php
$filter = $this->session->get('spfilter');
?>
?>
<div class="p4 ui-widget-content">
<?php
echo "<input type=\"text\" name=\"special-filter\" id=\"special-filter\" value=\"".$filter."\"class=\"textbox\" />"
?>
<?php
echo "<input type=\"text\" name=\"special-filter\" id=\"special-filter\" value=\"" . $filter . "\"class=\"textbox\" />"
?>
</div>
<div class="p4 ui-widget-content ui-corner-bottom" id="special-templates">
<?php
foreach($this->templates as $template){
echo "<span id=\"special-".$template."\">";
$path = pnp::addToUri( array('tpl' => $template) );
echo "<a href=\"".$path."\" class=\"multi0\">".
pnp::shorten($template).
"</a><br>\n";
echo "</span>\n";
}
?>
<?php
foreach ($this->templates as $template) {
echo "<span id=\"special-" . $template . "\">";
$path = pnp::addToUri(array('tpl' => $template));
echo "<a href=\"" . $path . "\" class=\"multi0\">" .
pnp::shorten($template) .
"</a><br>\n";
echo "</span>\n";
}
?>
</div>
</div>
<p>