koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes h... [rel_3_0]


From: Bruno Toumi
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes h... [rel_3_0]
Date: Thu, 04 Jan 2007 16:09:29 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Bruno Toumi <btoumi>    07/01/04 16:09:29

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/includes: holidays-top.inc 

Log message:
        bug fix : now u can delete a repeatable holidays 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/holidays-top.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1

Patches:
Index: holidays-top.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/holidays-top.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- holidays-top.inc    14 Apr 2006 09:36:51 -0000      1.1
+++ holidays-top.inc    4 Jan 2007 16:09:28 -0000       1.1.2.1
@@ -50,6 +50,7 @@
 
        // This function shows the "Show Holiday" panel //
        function showHoliday (exceptionPosibility, dayName, day, month, year, 
weekDay, title, description) {
+               
                var panel = document.getElementById('showHoliday');
                panel.style.display = 'inline';
                document.getElementById('newHoliday').style.display = 'none';
@@ -60,9 +61,10 @@
                document.getElementById('showDay').value = day;
                document.getElementById('showMonth').value = month;
                document.getElementById('showYear').value = year;
-               document.getElementById('showTitle').value = title;
                document.getElementById('showDescription').value = description;
                document.getElementsByName('showWeekday')[0].value = weekDay;
+               document.getElementById('showTitle').value = title;
+               
                if (exceptionPosibility == 1) {
                        
document.getElementById('exceptionPosibility').style.display = 'inline';
                } else {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]