Actualiza el plugin Additionals a 3.0.2-master
This commit is contained in:
parent
3b6a41320c
commit
cfa0d58b18
164 changed files with 2027 additions and 58190 deletions
|
@ -1,5 +0,0 @@
|
|||
Deface::Override.new virtual_path: 'account/register',
|
||||
name: 'add-invisble-captcha',
|
||||
insert_top: 'div.box',
|
||||
original: 'a9c303821376a8d83cba32654629d71cc3926a1d',
|
||||
partial: 'account/invisible_captcha'
|
|
@ -1,8 +1,15 @@
|
|||
unless Redmine::Plugin.installed? 'redmine_servicedesk'
|
||||
# redmine_contacts does not provide hook
|
||||
Deface::Override.new virtual_path: 'contacts/_form',
|
||||
name: 'contacts-form-hook',
|
||||
insert_bottom: 'div#contact_data',
|
||||
original: 'df6cae24cfd26e5299c45c427fbbd4e5f23c313e',
|
||||
partial: 'hooks/view_contacts_form'
|
||||
if defined?(CONTACTS_VERSION_TYPE) && CONTACTS_VERSION_TYPE == 'PRO version'
|
||||
Deface::Override.new virtual_path: 'contacts/_form',
|
||||
name: 'contacts-pro-form-hook',
|
||||
insert_bottom: 'div#contact_data',
|
||||
original: 'df6cae24cfd26e5299c45c427fbbd4e5f23c313e',
|
||||
partial: 'hooks/view_contacts_form'
|
||||
else
|
||||
Deface::Override.new virtual_path: 'contacts/_form',
|
||||
name: 'contacts-form-hook',
|
||||
insert_bottom: 'div#contact_data',
|
||||
original: '217049684a0bcd7e404dc6b5b2348aae47ac8a72',
|
||||
partial: 'hooks/view_contacts_form'
|
||||
end
|
||||
end
|
||||
|
|
5
plugins/additionals/app/overrides/wiki/edit.rb
Normal file
5
plugins/additionals/app/overrides/wiki/edit.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
Deface::Override.new virtual_path: 'wiki/edit',
|
||||
name: 'wiki-edit-bottom',
|
||||
insert_before: 'fieldset',
|
||||
original: 'ededb6cfd5adfe8a9723d00ce0ee23575c7cc44c',
|
||||
partial: 'hooks/view_wiki_form_bottom'
|
5
plugins/additionals/app/overrides/wiki/show.rb
Normal file
5
plugins/additionals/app/overrides/wiki/show.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
Deface::Override.new virtual_path: 'wiki/show',
|
||||
name: 'wiki-show-bottom',
|
||||
insert_before: 'p.wiki-update-info',
|
||||
original: 'd9f52aa98f1cb335314570d3f5403690f1b29145',
|
||||
partial: 'hooks/view_wiki_show_bottom'
|
Loading…
Add table
Add a link
Reference in a new issue