Forráskód Böngészése

Fixing admin/index.php layout

Julio Montoya 11 éve
szülő
commit
e6bfd541cc
1 módosított fájl, 0 hozzáadás és 3 törlés
  1. 0 3
      main/template/default/admin/settings_index.tpl

+ 0 - 3
main/template/default/admin/settings_index.tpl

@@ -12,10 +12,8 @@ $(function() {
 });
 });
 </script>
 </script>
 <div id="settings">
 <div id="settings">
-    <div class="row">
 
 
     {% for block_item in blocks %}
     {% for block_item in blocks %}
-
         {% if loop.index % 2 == 1 %}
         {% if loop.index % 2 == 1 %}
             {% if app.full_width == 1 %}
             {% if app.full_width == 1 %}
                 <div class="row-fluid">
                 <div class="row-fluid">
@@ -55,5 +53,4 @@ $(function() {
         {% endif %}
         {% endif %}
     {% endfor %}
     {% endfor %}
     </div>
     </div>
-</div>
 {% endblock %}
 {% endblock %}