#416 included font-awesome reference, fixed Komitee Icon & text

This commit is contained in:
Ulf Gebhardt 2017-08-21 07:04:24 +02:00
parent 89e2ec6948
commit d84d85b27a
6 changed files with 10 additions and 4 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "buergerkandidaten/sai/saimod_webcraft_contact"]
path = buergerkandidaten/sai/saimod_webcraft_contact
url = ../saimod_webcraft_contact.git
[submodule "lib/font_awesome"]
path = lib/font_awesome
url = ../lib_font_awesome.git

View File

@ -11,6 +11,7 @@ class default_page implements \SYSTEM\PAGE\DefaultPage {
public static function css(){
return \SYSTEM\HTML\html::link(\LIB\lib_bootstrap::css()->WEBPATH(false)).
\SYSTEM\HTML\html::link(\LIB\lib_font_awesome::css()->WEBPATH(false)).
\SYSTEM\HTML\html::link(\SYSTEM\CACHE\cache_css::minify(array(
new PPAGE('default_page/css/default_page.css')
)));

View File

@ -27,11 +27,11 @@
<div class="panel panel-default" onclick="system.load('komitee')" style="cursor: pointer; height: 320px; margin-bottom: 15px;">
<div class="panel-heading">
<h3 class="panel-title">
<span class="glyphicon glyphicon-users"></span>&nbsp;&nbsp;Komitee
<i class="fa fa-users" aria-hidden="true"></i>&nbsp;&nbsp;Komitee
</h3>
</div>
<div class="panel-body">
<span class="glyphicon glyphicon-users" style="font-size: 6em; float: left; margin-right: 15px;"></span>
<i class="fa fa-users" aria-hidden="true" style="font-size: 6em; float: left; margin-right: 15px;"></i>
<span>${info_komitee}</span>
</div>
</div>

View File

@ -64,7 +64,7 @@ INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('content_unterstuetzen', 'bu
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('info_faq', 'deDE', 'Sie haben Fragen? Schauen Sie in das FAQ um Antworten zu erhalten.', 1, 1, '2017-08-21 06:26:35', '2017-08-21 06:26:35');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('info_kandidat', 'deDE', '<strong>Sebastian Bucher</strong>, der Direktkandidat für die Bergstraße.<br><br>Sehen Sie sich sein Profil an und machen Sie sich ein eigenes Bild.', 1, 1, '2017-08-21 06:24:48', '2017-08-21 06:24:48');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('info_komitee', 'deDE', 'Das Komitee ist das wichtigste Prinzip der Initiative <strong>buergerkandidaten.de</strong>. Informieren Sie sich hier und werden Sie Teil der lokalen direkten Demokratie an der Bergstraße. <br><br> Unsere Stärke ist die Vielfalt, wir möchten nicht kämpfen, sondern konstruktiv an einer neuen Art der Politik arbeiten und sie leben! <br><br> <strong>Schließen Sie sich uns an.</strong> <br><br> Den nächsten Termin entnehmen Sie bitte der "Aktuelles"-Box auf der linken Seite.', 1, 1, '2017-08-21 06:25:55', '2017-08-21 06:25:55');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('info_komitee', 'deDE', 'Das Komitee ist das wichtigste Prinzip der Initiative <strong>buergerkandidaten.de</strong>. Informieren Sie sich hier und werden Sie Teil der lokalen direkten Demokratie an der Bergstraße. <br><br> Unsere Stärke ist die Vielfalt, wir möchten nicht kämpfen, sondern konstruktiv an einer neuen Art der Politik arbeiten und sie leben.<br><br> <strong>Schließen Sie sich uns an!</strong><br>', 1, 1, '2017-08-21 07:01:05', '2017-08-21 07:01:05');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('info_kontakt', 'deDE', 'Treten Sie mit dem Direktkandidaten <strong>Sebastian Bucher</strong> oder dem Vorsitzenden des Komitees <strong>Gerhard Kugler</strong> in Kontakt.', 1, 1, '2017-08-21 06:27:31', '2017-08-21 06:27:31');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('info_faq', 'buergerkandidat');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('info_kandidat', 'buergerkandidat');

View File

@ -1,2 +1,3 @@
<?php
require_once dirname(__FILE__).'/system/autoload.inc';
require_once dirname(__FILE__).'/system/autoload.inc';
require_once dirname(__FILE__).'/font_awesome/autoload.inc';

1
lib/font_awesome Submodule

@ -0,0 +1 @@
Subproject commit 895ccfb0b94ee4c2242ea4dd211f24bc83f3eb53