[Koha-patches] [PATCH] Fix for Bug 2170, Adding 'edititems' user-permission

Owen Leonard oleonard at myacpl.org
Sat Jul 24 18:37:03 CEST 2010


> mmm... not sure this part of the patch is related to the comment of the
> patch

It is, because the addition of the edititem preference required a
complete reorganization of the catalog toolbar, necessitating changes
in the HTML structure of some of the toolbar buttons. The CSS changes
match the markup changes.

  -- Owen

On Sat, Jul 24, 2010 at 12:17 AM, Paul Poulain
<paul.poulain at biblibre.com> wrote:
> Le 23/07/2010 21:01, Owen Leonard a écrit :
>> This patch follows up on the addition of the 'edititems'
>> permission by adding a check of the new permission to places
>> in the interface which link to the edit item screen.
>>
>> diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
>> index 13ac2c7..1e1a502 100644
>> --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
>> +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
>> @@ -432,6 +432,9 @@ ul.toolbar {
>>       padding-left : 0;
>>  }
>>
>> +ul.toolbar button {
>> +     padding-bottom : 2px;
>> +}
>>  .yui-menu-button  {
>>
>>  }
>> @@ -916,7 +919,8 @@ fieldset.rows .inputnote {
>>       background-repeat : no-repeat;
>>  }
>>
>> -#placehold a {
>> +#placehold a,
>> +#placehold button {
>>       padding-left : 34px;
>>       background-image: url("../../img/toolbar-hold.gif");
>>       background-position : center left;
>>
> mmm... not sure this part of the patch is related to the comment of the
> patch


More information about the Koha-patches mailing list