Little costemtic fixes
This commit is contained in:
parent
cdb7b4319a
commit
74d37c436f
4 changed files with 10 additions and 10 deletions
|
|
@ -140,7 +140,8 @@ class SqlClass:
|
|||
|
||||
cursor.execute(sql_query, arguments)
|
||||
self.conn.commit()
|
||||
self.last_query=cursor._last_executed
|
||||
if hasattr(cursor, '_last_executed'):
|
||||
self.last_query=cursor._last_executed
|
||||
return cursor
|
||||
|
||||
except:
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ I18n.l['en-US']['admin']['send_email']='Email for recovery your password'
|
|||
|
||||
I18n.l['en-US']['admin']['send_password_email']='Your new password'
|
||||
|
||||
I18n.l['en-US']['admin']['login']='Redipro Login'
|
||||
I18n.l['en-US']['admin']['login']='Login'
|
||||
|
||||
I18n.l['en-US']['admin']['remember_login']='Remember login?'
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ I18n.l['en-US']['admin']['welcome_to_admin_dashboard']='Welcome to Admin dashboa
|
|||
|
||||
I18n.l['en-US']['admin']['from_here_you_can_configure_your_site']='From here you can configure your site'
|
||||
|
||||
I18n.l['en-US']['admin']['sign_up']='Redipro Sign up'
|
||||
I18n.l['en-US']['admin']['sign_up']='Sign up'
|
||||
|
||||
I18n.l['en-US']['admin']['applications']='Applications'
|
||||
|
||||
|
|
@ -54,13 +54,13 @@ I18n.l['es-ES']['admin']['selected_privileges']='Privilegios seleccionados'
|
|||
|
||||
I18n.l['es-ES']['admin']['administrator']='Administrador'
|
||||
|
||||
I18n.l['es-ES']['admin']['welcome_to_paramecio']='Bienvenido a Redipro Administración'
|
||||
I18n.l['es-ES']['admin']['welcome_to_paramecio']='Bienvenido a Administración'
|
||||
|
||||
I18n.l['es-ES']['admin']['send_email']='Email para recuperar tu contraseña'
|
||||
|
||||
I18n.l['es-ES']['admin']['send_password_email']='Tu nuevo password'
|
||||
|
||||
I18n.l['es-ES']['admin']['login']='Login Redipro'
|
||||
I18n.l['es-ES']['admin']['login']='Login'
|
||||
|
||||
I18n.l['es-ES']['admin']['remember_login']='¿Recordar login?'
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ I18n.l['es-ES']['admin']['welcome_to_admin_dashboard']='Bienvenido al panel de a
|
|||
|
||||
I18n.l['es-ES']['admin']['from_here_you_can_configure_your_site']='Desde aquí puedes configurar tu site'
|
||||
|
||||
I18n.l['es-ES']['admin']['sign_up']='Registrarse en Redipro'
|
||||
I18n.l['es-ES']['admin']['sign_up']='Registrarse'
|
||||
|
||||
I18n.l['es-ES']['admin']['applications']='Aplicaciones'
|
||||
|
||||
|
|
|
|||
|
|
@ -39,8 +39,7 @@ ${HeaderHTML.header_home()|n}
|
|||
<div id="center_body">
|
||||
<div id="header">
|
||||
<a href="#nav" id="toggle"><i class="fa fa-bars" aria-hidden="true"></i><span>Menu</span></a>
|
||||
<%block name="title_admin"><!--<span id="title_phango">Paramecio</span> <span id="title_framework">Framework!</span>-->
|
||||
<span id="title_phango">Redipro</span>
|
||||
<%block name="title_admin"><span id="title_phango">Admin</span> <span id="title_framework">site!</span>
|
||||
</%block>
|
||||
<%block name="languages">
|
||||
<div id="languages_general">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><%block name="title">${lang('admin', 'login', 'Redipro login')}</%block></title>
|
||||
<title><%block name="title">${lang('admin', 'login', 'Login')}</%block></title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
||||
<link href="${make_media_url('css/login.css', 'admin')}" rel='stylesheet' type='text/css'>
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
<%block name="content">
|
||||
<form id="login">
|
||||
<div id="title">
|
||||
${lang('admin', 'login', 'Redipro Login')}
|
||||
${lang('admin', 'login', 'Login')}
|
||||
</div>
|
||||
${forms|n}
|
||||
<div class="form">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue