Seite 2 von 2

Re: kleiner backend Vorschlag

Verfasst: Mo 20. Okt 2014, 13:04
von shadowcat
Patch für Fußzeile unten links plus [System information] Button:

Datei ./templates/freshcat/templates/default/footer.tpl

Code: Alles auswählen

	{get_page_footers('backend')}
	<div class="clear"></div>
</div>
<div class="clear"></div>
<div id="fc_footer" class="fc_gradient1 fc_border">
	{if $permissions.pages}
	<div id="fc_sidebar_footer">
        {$WEBSITE_TITLE}
		{*<span class="icon-plus fc_gradient1 fc_gradient_hover fc_side_add" title="{translate('Add Page')}"></span>*}
	</div>
	{/if}
	<div id="fc_content_footer" {if !$permissions.pages} class="fc_no_sidebar"{/if}>
		<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
		<a href="{$URL_HELP}" title="Black Cat CMS" target="_blank">Black Cat CMS</a> is released under the <a href="http://www.gnu.org/licenses/gpl.html" title="Black Cat CMS Core is GPL" target="_blank">GNU General Public License</a>.
		<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. 
		<a href="{$URL_HELP}" title="Black Cat CMS Bundle" target="_blank">Black Cat CMS Bundle</a> is released under several different licenses.-->
		<div id="fc_footer_info">
			<span id="fc_showFooter_info" class="icon-logo_bc fc_gradient1 fc_gradient_hover fc_border_all"> {translate('System information')}</span>
			<ul class="fc_gradient1 fc_border fc_shadow_small fc_br_top">
				<li><span>{$CAT_CORE}:</span> {$CAT_VERSION} {if $CAT_BUILD}(Build {$CAT_BUILD}){/if}</li>
				<li><span>{$THEME_NAME}:</span> {$THEME_VERSION}</li>
                <li><span>{translate('Website title')}:</span> {$WEBSITE_TITLE}</li>
				{foreach $system_information as info}
				<li><span>{$info.name}:</span> {$info.status}</li>
				{/foreach}
			</ul>
		</div>
	</div>
</div>
</body>
</html>
Optimalerweise in Verzeichnis custom kopieren, dort ändern und custom als Variante auswählen, dann ist es auch updatesicher.

Re: kleiner backend Vorschlag

Verfasst: Mo 20. Okt 2014, 13:11
von Morpheus
Hallo,

und wie wäre es mit der goldenen Mitte! :idea:

Also da wo "Black Cat CMS is released under the GNU General Public License" steht.

Links daneben oder so. (testsytsem.de | Black Cat CMS is released under the GNU General Public License)

Da ist doch jede Menge Platz ;)

Aber Du hast natürlich recht man kann ja auch die RRL gucken.

Finde es aber übersichtlicher "mit"

Re: kleiner backend Vorschlag

Verfasst: Mo 20. Okt 2014, 13:14
von Morpheus
Ha,

da warst du mal wieder schneller, als ich ein Antwort schreiben konnte! :o

Re: kleiner backend Vorschlag

Verfasst: Mo 20. Okt 2014, 17:24
von shadowcat
Morpheus hat geschrieben:Also da wo "Black Cat CMS is released under the GNU General Public License" steht.

Links daneben oder so. (testsytsem.de | Black Cat CMS is released under the GNU General Public License)
Durch Anpassung derselben Datei ebenfalls machbar. Vielleicht stelle ich das einfach ins Wiki. :D Für's Release kann man ja die [System information] + Fußzeile links Variante aufnehmen und für alles andere Anpassungs-Vorschläge im Wiki machen.

Re: kleiner backend Vorschlag

Verfasst: Di 21. Okt 2014, 12:48
von shadowcat

Re: kleiner backend Vorschlag

Verfasst: Di 21. Okt 2014, 14:21
von Morpheus
Als Vorschlag,
ich habe mal die Einträge getauscht!

Wer es so verwenden will, Bitte!
leiste.jpg
leiste.jpg (16.98 KiB) 5096 mal betrachtet
Ok, links ist es etwas knapp :?

Aber wer es haben will, die Datei wie hier

http://wiki.blackcat-cms.org/doku.php?i ... kendtweaks
beschrieben einbauen

Code: Alles auswählen

	{get_page_footers('backend')}
	<div class="clear"></div>
</div>
<div class="clear"></div>
<div id="fc_footer" class="fc_gradient1 fc_border">
	{if $permissions.pages}
	<div id="fc_sidebar_footer">
	<font size="0.1"><a href="{$URL_HELP}" title="Black Cat CMS" target="_blank">Black Cat CMS</a> is released under the <a href="http://www.gnu.org/licenses/gpl.html" title="Black Cat CMS Core is GPL" target="_blank">GNU General Public License</a>.</font>
		{*<span class="icon-plus fc_gradient1 fc_gradient_hover fc_side_add" title="{translate('Add Page')}"></span>*}
	</div>
	{/if}
	<div id="fc_content_footer" {if !$permissions.pages} class="fc_no_sidebar"{/if}>
		<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
		<span style="font-size:2.5em; ">Sie sind hier: {$CAT_URL}</span> 
		<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. 
		<a href="{$URL_HELP}" title="Black Cat CMS Bundle" target="_blank">Black Cat CMS Bundle</a> is released under several different licenses.-->
		<div id="fc_footer_info">
			<span id="fc_showFooter_info" class="icon-logo_bc fc_gradient1 fc_gradient_hover fc_border_all"> {translate('System information')}</span>
			<ul class="fc_gradient1 fc_border fc_shadow_small fc_br_top">
				<li><span>{$CAT_CORE}:</span> {$CAT_VERSION} {if $CAT_BUILD}(Build {$CAT_BUILD}){/if}</li>
				<li><span>{$THEME_NAME}:</span> {$THEME_VERSION}</li>
				{foreach $system_information as info}
				<li><span>{$info.name}:</span> {$info.status}</li>
				{/foreach}
			</ul>
		</div>
	</div>
</div>
</body>
</html>

Re: kleiner backend Vorschlag

Verfasst: Di 21. Okt 2014, 14:44
von shadowcat
Ist doch prima. Ich hoffe, mit der Anleitung aus dem Wiki kann sich das jeder so hin basteln, wie er es mag. Nur andere Stellen werden schwieriger, weil man dann oft mehrere Dateien anpassen muß.