[Slashdotjp-dev 987] [514] Fix adimin topic select window to change tree/alpabetical

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 2月 26日 (火) 19:38:50 JST


Revision: 514
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=514
Author:   tach
Date:     2008-02-26 19:38:49 +0900 (Tue, 26 Feb 2008)

Log Message:
-----------
Fix adimin topic select window to change tree/alpabetical

Modified Paths:
--------------
    slashjp/trunk/debian/changelog
    slashjp/trunk/plugins/Admin/templates/topic_popup_js;admin;default


-------------- next part --------------
Modified: slashjp/trunk/debian/changelog
===================================================================
--- slashjp/trunk/debian/changelog	2008-02-26 10:37:12 UTC (rev 513)
+++ slashjp/trunk/debian/changelog	2008-02-26 10:38:49 UTC (rev 514)
@@ -1,8 +1,9 @@
 slash (2.5.0.195-1) unstable; urgency=low
 
   * New upstream CVS release
+  * Fix adimin topic select window to change tree/alpabetical
 
- -- Taku YASUI <tach****@osdn*****>  Mon, 25 Feb 2008 19:36:31 +0900
+ -- Taku YASUI <tach****@osdn*****>  Tue, 26 Feb 2008 10:37:23 +0000
 
 slash (2.5.0.192-4) unstable; urgency=low
 

Modified: slashjp/trunk/plugins/Admin/templates/topic_popup_js;admin;default
===================================================================
--- slashjp/trunk/plugins/Admin/templates/topic_popup_js;admin;default	2008-02-26 10:37:12 UTC (rev 513)
+++ slashjp/trunk/plugins/Admin/templates/topic_popup_js;admin;default	2008-02-26 10:38:49 UTC (rev 514)
@@ -512,7 +512,7 @@
 	var obj = document.getElementById(name + "-outer");
 	obj.style.visibility = "hidden";
         var objx  = document.getElementById(name + "-inner");
-        objx.style.display = "none";
+        if (objx) { objx.style.display = "none"; }
 	/* clear selection */
 	if (type == [% name %]_selected_type && [% name %]_selected_id != -1) {
 		[% name %]_toggle_select([% name %]_selected_id, 0, type);


Slashdotjp-dev メーリングリストの案内
Back to archive index