commented unwanted style info in admin

This commit is contained in:
mdipierro
2013-01-21 08:25:20 -06:00
parent 1d15871a69
commit d369310a5c
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.1-alpha.2+timestamp.2013.01.20.21.35.15
Version 2.4.1-alpha.2+timestamp.2013.01.21.08.24.39
+6 -5
View File
@@ -21,6 +21,12 @@ if request.vars.app or request.args:
_c == 'mercurial' and _f == 'commit',
URL(_a, 'mercurial', 'commit', args=_t)))
if os.path.exists('applications/examples'):
response.menu.append(
(T('Help'), False, URL('examples', 'default', 'index')))
else:
response.menu.append((T('Help'), False, 'http://web2py.com/examples'))
if not session.authorized:
response.menu = [(T('Login'), True, URL('site'))]
else:
@@ -29,8 +35,3 @@ else:
response.menu.append((T('Debug'), False,
URL(_a, 'debug', 'interact')))
if os.path.exists('applications/examples'):
response.menu.append(
(T('Help'), False, URL('examples', 'default', 'index')))
else:
response.menu.append((T('Help'), False, 'http://web2py.com/examples'))
+1 -2
View File
@@ -8,9 +8,8 @@
<title>{{=response.title or URL()}}</title>
{{
response.files.append(URL('static','css/bootstrap.min.css'))
response.files.append(URL('static','css/styles.css'))
response.files.append(URL('static','css/bootstrap_essentials.css'))
response.files.append(URL('static','css/bootstrap_adapters.css'))
# response.files.append(URL('static','css/bootstrap_adapters.css'))
response.files.append(URL('static','css/bootstrap-responsive.min.css'))
}}
{{include 'web2py_ajax.html'}}