[Koha] Intranet pending notification

Jonathan Druart jonathan.druart at bugs.koha-community.org
Tue Aug 18 02:13:29 NZST 2020


You can move it at the top of the page with, in IntranetUserJS :

var div = $("#area-pending").parent().parent();
$(div).insertBefore($(div).prev());

Le sam. 15 août 2020 à 00:10, Alvaro Cornejo
<cornejo.alvaro at gmail.com> a écrit :
>
> Hi
>
> Is there a way to move/duplicate the pending notification area to, for
> example the intranet breadcrumbs areas? or have a pop-up notification?
>
> Librarians can´t see it if they are anywhere away from the main intranet or
> they do not refresh it. Also in some low resolution screens, Librarian need
> to scroll down the main screen to check if there is something pending.
>
> Checking the code I saw that is it defined like:
>
>     <div id="area-pending">
>         <div class="pending-info" id="article_requests_pending">
>              <a href="/cgi-bin/koha/circ/article-requests.pl">Article
> requests</a>:
>              <span class="pending-number-link">1</span>
>         </div>
>     </div>
>
> Might it be possible using js? Any clue?
>
> Regards,
>
> Alvaro
>
>
>
> |----------------------------------------------------------------------------------------|
>  Stay safe / Cuídate/  Reste sécurisé
> *7* Switch off as you go / Apaga lo que no usas /  Débranchez au fur et à
> mesure.
>  *q *Recycle always / Recicla siempre / Recyclez toujours
>  P Print only if absolutely necessary / Imprime solo si es necesario /
> Imprimez seulement si nécessaire
> _______________________________________________
>
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


More information about the Koha mailing list