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

Paul Poulain paul.poulain at biblibre.com
Sat Jul 24 06:17:22 CEST 2010


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

-- 
Paul POULAIN
http://www.biblibre.com
Expert en Logiciels Libres pour l'info-doc
Tel : (33) 4 91 81 35 08



More information about the Koha-patches mailing list