liquid_feedback_frontend

changeset 1070:effce9b361b2

Fixed developer css settings
author bsw
date Thu Jul 17 23:38:35 2014 +0200 (2014-07-17)
parents e246d6123933
children 58f48a8a202a
files app/main/_filter_view/34_stylesheet.lua app/main/_layout/default.html
line diff
     1.1 --- a/app/main/_filter_view/34_stylesheet.lua	Thu Jul 17 23:38:10 2014 +0200
     1.2 +++ b/app/main/_filter_view/34_stylesheet.lua	Thu Jul 17 23:38:35 2014 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  if value then
     1.5    slot.put_into("stylesheet_url", value)
     1.6  else
     1.7 -  slot.put_into("stylesheet_url", request.get_relative_baseurl() .. "static/style.css")
     1.8 +  slot.put_into("stylesheet_url", request.get_relative_baseurl() .. "static/lf3.css")
     1.9  end
    1.10  
    1.11  execute.inner()
     2.1 --- a/app/main/_layout/default.html	Thu Jul 17 23:38:10 2014 +0200
     2.2 +++ b/app/main/_layout/default.html	Thu Jul 17 23:38:35 2014 +0200
     2.3 @@ -4,7 +4,7 @@
     2.4    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
     2.5    <title><!-- WEBMCP SLOTNODIV html_title --></title>
     2.6    <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/gregor.js/gregor.css" />
     2.7 -  <link rel="stylesheet" type="text/css" href="__BASEURL__/static/lf3.css" />
     2.8 +  <link rel="stylesheet" type="text/css" href="<!-- WEBMCP SLOTNODIV stylesheet_url -->" />
     2.9    <!-- WEBMCP SLOTNODIV html_head -->
    2.10    <script src="__BASEURL__/static/js/jquery-1.11.1.min.js"></script>
    2.11    <script type="text/javascript">jsFail = true;</script>

Impressum / About Us