]> git.mxchange.org Git - city.git/commitdiff
Continued a bit:
authorRoland Haeder <roland@mxchange.org>
Wed, 29 Jun 2016 19:50:40 +0000 (21:50 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 19 Sep 2016 20:15:40 +0000 (22:15 +0200)
- city_map_foo is the right id/class for this template
- updated 'core'

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/city/templates/code/action_city_login_city_map.ctp

index c5b8480dc8517699b3a82daa8eebcee4c07c957f..d3ea26a9042f1cf09d7a9d8a9e389ab30075abd4 100644 (file)
@@ -58,12 +58,12 @@ if ($userInstance->isGuest()) {
 
 // [EOC]
 ?>
-<div id="government_frame">
-       <div id="government_header">
+<div id="city_map_frame">
+       <div id="city_map_header">
                Stadtkarte
        </div>
 
-       <div id="government_form">
+       <div id="city_map_form">
                {?city_map?}
        </div>
 </div>