kleiner backend Vorschlag

Hier landen ältere Beiträge aus dem Forum "Module & Templates" sowie den dazugehörigen Unterforen. Ruhig auch mal reinschauen.
Benutzeravatar
shadowcat
Administrator
Beiträge: 5278
Registriert: Di 5. Feb 2013, 10:36
Kontaktdaten:

Re: kleiner backend Vorschlag

Beitrag 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.
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
Benutzeravatar
Morpheus
Beiträge: 1050
Registriert: Do 8. Aug 2013, 10:49
Kontaktdaten:

Re: kleiner backend Vorschlag

Beitrag 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"
Keiner ist unnütz, er kann immer noch als schlechtes Beispiel dienen!
Benutzeravatar
Morpheus
Beiträge: 1050
Registriert: Do 8. Aug 2013, 10:49
Kontaktdaten:

Re: kleiner backend Vorschlag

Beitrag von Morpheus »

Ha,

da warst du mal wieder schneller, als ich ein Antwort schreiben konnte! :o
Keiner ist unnütz, er kann immer noch als schlechtes Beispiel dienen!
Benutzeravatar
shadowcat
Administrator
Beiträge: 5278
Registriert: Di 5. Feb 2013, 10:36
Kontaktdaten:

Re: kleiner backend Vorschlag

Beitrag 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.
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
Benutzeravatar
shadowcat
Administrator
Beiträge: 5278
Registriert: Di 5. Feb 2013, 10:36
Kontaktdaten:

Re: kleiner backend Vorschlag

Beitrag von shadowcat »

My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
Benutzeravatar
Morpheus
Beiträge: 1050
Registriert: Do 8. Aug 2013, 10:49
Kontaktdaten:

Re: kleiner backend Vorschlag

Beitrag von Morpheus »

Als Vorschlag,
ich habe mal die Einträge getauscht!

Wer es so verwenden will, Bitte!
leiste.jpg
leiste.jpg (16.98 KiB) 5063 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>
Keiner ist unnütz, er kann immer noch als schlechtes Beispiel dienen!
Benutzeravatar
shadowcat
Administrator
Beiträge: 5278
Registriert: Di 5. Feb 2013, 10:36
Kontaktdaten:

Re: kleiner backend Vorschlag

Beitrag 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ß.
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
Antworten