1 Jan 2006 02:05
phase3/includes Licenses.php, 1.12, 1.13 SpecialUpload.php, 1.96, 1.97
Brion Vibber <vibber <at> users.sourceforge.net>
2006-01-01 01:05:23 GMT
2006-01-01 01:05:23 GMT
Update of /cvsroot/wikipedia/phase3/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31115/includes
Modified Files:
Licenses.php SpecialUpload.php
Log Message:
* (bug 3318) UI workarounds for disabled items in license selector
MSIE/Win: items now grayed out, JS will revert to 'non selected' if clicked
Safari: JS will revert to 'non selected' if clicked (but not gray)
MSIE/Mac: indented items now visible (JS hack)
Index: SpecialUpload.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/SpecialUpload.php,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- SpecialUpload.php 4 Dec 2005 18:27:59 -0000 1.96
+++ SpecialUpload.php 1 Jan 2006 01:05:21 -0000 1.97
<at> <at> -609,10 +609,13 <at> <at>
<tr>" );
if ( $licenseshtml != '' ) {
+ global $wgStylePath;
$wgOut->addHTML( "
<td align='right'><label for='wpLicense'>$license:</label></td>
<td align='left'>
- <select name='wpLicense' id='wpLicense' tabindex='4'>
+ <script type='text/javascript' src=\"$wgStylePath/common/upload.js\"></script>
+ <select name='wpLicense' id='wpLicense' tabindex='4'
(Continue reading)
RSS Feed