mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Rename scaffholding block to content_scaffholding for consistency
This commit is contained in:

committed by
Romain Neutron

parent
37262ed12d
commit
49f1ca5be8
@@ -58,7 +58,7 @@
|
||||
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
|
||||
<![endif]-->
|
||||
<div class="container full-height">
|
||||
{% block scaffholding %}
|
||||
{% block content_scaffholding %}
|
||||
|
||||
{% endblock %}
|
||||
{% block footer_scaffholding %}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{% extends "login/layout/base-layout.html.twig" %}
|
||||
|
||||
{% block scaffholding %}
|
||||
{% block content_scaffholding %}
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<div id="authentication-content">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{% extends "login/layout/base-layout.html.twig" %}
|
||||
|
||||
{% block scaffholding %}
|
||||
{% block content_scaffholding %}
|
||||
<div class="row-fluid full-height">
|
||||
<div class="span4 offset4 full-height">
|
||||
<div class="authentication-sidebar">
|
||||
|
@@ -4,7 +4,7 @@
|
||||
{{ app['phraseanet.registry'].get('GV_homeTitle')|default('Phraseanet') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block scaffholding %}
|
||||
{% block content_scaffholding %}
|
||||
<div class="row-fluid">
|
||||
<div class="span8 left-content">
|
||||
<div class="row-fluid">
|
||||
|
Reference in New Issue
Block a user