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
Still looking at this. I saw that there is a system preference for showing the last used patron. A feature like that for the request pendings will be greatly appreciated 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 Le ven. 14 août 2020 à 17:10, Alvaro Cornejo <cornejo.alvaro@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
I recommend that you file a bug for the feature. Maybe you find an interested developer or find funding for that. El dom., 16 ago. 2020 20:19, Alvaro Cornejo <cornejo.alvaro@gmail.com> escribió:
Still looking at this.
I saw that there is a system preference for showing the last used patron. A feature like that for the request pendings will be greatly appreciated
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
Le ven. 14 août 2020 à 17:10, Alvaro Cornejo <cornejo.alvaro@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@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
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@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@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Alvaro Cornejo -
Jonathan Druart -
Tomas Cohen Arazi