From a5c816727f1ebc92557960d8b5c95d07e52dc0c1 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 16 Jun 2019 14:39:38 +0200 Subject: [PATCH] =?UTF-8?q?Corregido=20formulario=20de=20login=20en=20p?= =?UTF-8?q?=C3=A1gina=20de=20entrada=20para=20integrar=20plugin=20Addition?= =?UTF-8?q?als?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ app/views/welcome/index.html.erb | 2 -- plugins/additionals/Gemfile | 10 +++++----- public/themes/circlepro/stylesheets/application.css | 5 +++++ 4 files changed, 22 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index df85203..ca5ffd3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,18 @@ Se trata de una adaptación, permitida por la licencia de **RedmineUp**, del tem ## *Plugins* activos +### Redmine Additionals plugin + + * additionals 2.0.20 + * https://alphanodes.com/redmine-additionals + * https://github.com/alphanodes/additionals.git + * Con el siguiente archivo modificado para facilitar la versión de desarrollo: +``` +additionals + | + +-- /Gemfile +``` + ### Redmine Checklists plugin (Light version) * checklists 3.1.10 diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 7514e88..2c4a603 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -146,8 +146,6 @@ <% end %> - - <%= call_hook :view_account_login_bottom %> diff --git a/plugins/additionals/Gemfile b/plugins/additionals/Gemfile index f941b57..a1f9a7f 100755 --- a/plugins/additionals/Gemfile +++ b/plugins/additionals/Gemfile @@ -9,8 +9,8 @@ group :test do gem 'slim_lint', require: false end -group :development do - gem 'awesome_print', require: 'ap' # https://github.com/awesome-print/awesome_print - gem 'better_errors' # https://github.com/BetterErrors/better_errors - gem 'binding_of_caller' # better output of with variables for better_errors -end +#group :development do +# gem 'awesome_print', require: 'ap' # https://github.com/awesome-print/awesome_print +# gem 'better_errors' # https://github.com/BetterErrors/better_errors +# gem 'binding_of_caller' # better output of with variables for better_errors +#end diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 5dfc89d..741dcb0 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -887,6 +887,11 @@ body.action-login #content { box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px inset; border-radius: 3px; } +div.login-additionals { + color: #fff; + text-align: justify; + width: 440px; +} @media screen and (max-width: 899px) { body.action-login #project-jump { display: none;