[Koha-devel] How to create a message box with 3 buttons in Koha?

Mathieu Saby mathieu.saby at univ-rennes2.fr
Wed Sep 18 15:55:59 CEST 2013


Owen Leonard a écrit :
>> My idea :
>> If there are non cancelled orders in the baskets, create a js popup alert
>>     
>
> You can't create a JavaScript-only alert with three buttons. This does
> not exist.
>
> I see a couple of choices:
>
> 1. Handle the operation without JavaScript and use a <div
> class="dialog alert"> in the body of the page to offer the choice of
> actions. Of course this would involve a trip to the server and a page
> reload.
>   
I have seen things like that, yes. Maybe to big a change.

> 2. Use a Bootstrap modal:
> http://getbootstrap.com/2.3.2/javascript.html#modals An example of
> this can be found in acqui/basket.tt.
>
> Option 2 is probably most like what you're imagining.
>
>   -- Owen
>
>   
That's it!

I had thought using jquery ui "dialog" like on that page, but I don't 
think it is used in Koha :
http://jqueryui.com/dialog/#modal-confirmation

Thanks a lot
-- 

Mathieu Saby
Service d'Informatique Documentaire
Service Commun de la Documentation
Université Rennes 2
Téléphone : 02 99 14 12 65
Courriel : mathieu.saby at univ-rennes2.fr

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20130918/f3464463/attachment.html>


More information about the Koha-devel mailing list