From: Brion Vibber Date: Sat, 28 Feb 2004 06:02:06 +0000 (+0000) Subject: Swap nasty GIFs in toolbar for PNGs. X-Git-Tag: 1.3.0beta1~923 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=5cbf3141bd98c1aa4d20f6e3e44ab098be00d5ed;p=lhc%2Fweb%2Fwiklou.git Swap nasty GIFs in toolbar for PNGs. --- diff --git a/images/button_bold.gif b/images/button_bold.gif deleted file mode 100644 index 695dd6d78e..0000000000 Binary files a/images/button_bold.gif and /dev/null differ diff --git a/images/button_bold.png b/images/button_bold.png new file mode 100644 index 0000000000..5e52deed06 Binary files /dev/null and b/images/button_bold.png differ diff --git a/images/button_extlink.gif b/images/button_extlink.gif deleted file mode 100644 index 3422059f0e..0000000000 Binary files a/images/button_extlink.gif and /dev/null differ diff --git a/images/button_extlink.png b/images/button_extlink.png new file mode 100644 index 0000000000..12ec5f2ea1 Binary files /dev/null and b/images/button_extlink.png differ diff --git a/images/button_headline.gif b/images/button_headline.gif deleted file mode 100644 index 02a5c4a958..0000000000 Binary files a/images/button_headline.gif and /dev/null differ diff --git a/images/button_headline.png b/images/button_headline.png new file mode 100644 index 0000000000..aa0ca540e3 Binary files /dev/null and b/images/button_headline.png differ diff --git a/images/button_hr.gif b/images/button_hr.gif deleted file mode 100644 index e60f3bc57b..0000000000 Binary files a/images/button_hr.gif and /dev/null differ diff --git a/images/button_hr.png b/images/button_hr.png new file mode 100644 index 0000000000..19cfc48042 Binary files /dev/null and b/images/button_hr.png differ diff --git a/images/button_image.gif b/images/button_image.gif deleted file mode 100644 index 608014c6b7..0000000000 Binary files a/images/button_image.gif and /dev/null differ diff --git a/images/button_image.png b/images/button_image.png new file mode 100644 index 0000000000..6c3c3308ed Binary files /dev/null and b/images/button_image.png differ diff --git a/images/button_italic.gif b/images/button_italic.gif deleted file mode 100644 index cd2285a22c..0000000000 Binary files a/images/button_italic.gif and /dev/null differ diff --git a/images/button_italic.png b/images/button_italic.png new file mode 100644 index 0000000000..96b1fb9fc2 Binary files /dev/null and b/images/button_italic.png differ diff --git a/images/button_link.gif b/images/button_link.gif deleted file mode 100644 index 8fd073b370..0000000000 Binary files a/images/button_link.gif and /dev/null differ diff --git a/images/button_link.png b/images/button_link.png new file mode 100644 index 0000000000..e9507b970c Binary files /dev/null and b/images/button_link.png differ diff --git a/images/button_math.gif b/images/button_math.gif deleted file mode 100644 index f65d382161..0000000000 Binary files a/images/button_math.gif and /dev/null differ diff --git a/images/button_math.png b/images/button_math.png new file mode 100644 index 0000000000..e91fb61301 Binary files /dev/null and b/images/button_math.png differ diff --git a/images/button_media.gif b/images/button_media.gif deleted file mode 100644 index a61760ce8a..0000000000 Binary files a/images/button_media.gif and /dev/null differ diff --git a/images/button_media.png b/images/button_media.png new file mode 100644 index 0000000000..020707901b Binary files /dev/null and b/images/button_media.png differ diff --git a/images/button_nowiki.gif b/images/button_nowiki.gif deleted file mode 100644 index 4753e80d9f..0000000000 Binary files a/images/button_nowiki.gif and /dev/null differ diff --git a/images/button_nowiki.png b/images/button_nowiki.png new file mode 100644 index 0000000000..7b2d539296 Binary files /dev/null and b/images/button_nowiki.png differ diff --git a/images/button_sig.gif b/images/button_sig.gif deleted file mode 100644 index 8e9c345aad..0000000000 Binary files a/images/button_sig.gif and /dev/null differ diff --git a/images/button_sig.png b/images/button_sig.png new file mode 100644 index 0000000000..ef3a46d24b Binary files /dev/null and b/images/button_sig.png differ diff --git a/images/button_template.gif b/images/button_template.gif deleted file mode 100644 index c55f0bfac3..0000000000 Binary files a/images/button_template.gif and /dev/null differ diff --git a/images/button_template.png b/images/button_template.png new file mode 100644 index 0000000000..8e9cc2671e Binary files /dev/null and b/images/button_template.png differ diff --git a/includes/Skin.php b/includes/Skin.php index ef09d9611d..d933a110d7 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -2275,57 +2275,57 @@ class Skin { // selection is highlighted. // The tip text is shown when the user moves the mouse over the button. $toolarray=array( - array( "image"=>"button_bold.gif", + array( "image"=>"button_bold.png", "open"=>"\'\'\'", "close"=>"\'\'\'", "sample"=>wfMsg("bold_sample"), "tip"=>wfMsg("bold_tip")), - array( "image"=>"button_italic.gif", + array( "image"=>"button_italic.png", "open"=>"\'\'", "close"=>"\'\'", "sample"=>wfMsg("italic_sample"), "tip"=>wfMsg("italic_tip")), - array( "image"=>"button_link.gif", + array( "image"=>"button_link.png", "open"=>"[[", "close"=>"]]", "sample"=>wfMsg("link_sample"), "tip"=>wfMsg("link_tip")), - array( "image"=>"button_extlink.gif", + array( "image"=>"button_extlink.png", "open"=>"[", "close"=>"]", "sample"=>wfMsg("extlink_sample"), "tip"=>wfMsg("extlink_tip")), - array( "image"=>"button_headline.gif", + array( "image"=>"button_headline.png", "open"=>"\\n== ", "close"=>" ==\\n", "sample"=>wfMsg("headline_sample"), "tip"=>wfMsg("headline_tip")), - array( "image"=>"button_image.gif", + array( "image"=>"button_image.png", "open"=>"[[".$wgLang->getNsText(NS_IMAGE).":", "close"=>"]]", "sample"=>wfMsg("image_sample"), "tip"=>wfMsg("image_tip")), - array( "image"=>"button_media.gif", + array( "image"=>"button_media.png", "open"=>"[[".$wgLang->getNsText(NS_MEDIA).":", "close"=>"]]", "sample"=>wfMsg("media_sample"), "tip"=>wfMsg("media_tip")), - array( "image"=>"button_math.gif", + array( "image"=>"button_math.png", "open"=>"\\", "close"=>"\\", "sample"=>wfMsg("math_sample"), "tip"=>wfMsg("math_tip")), - array( "image"=>"button_nowiki.gif", + array( "image"=>"button_nowiki.png", "open"=>"\\", "close"=>"\\", "sample"=>wfMsg("nowiki_sample"), "tip"=>wfMsg("nowiki_tip")), - array( "image"=>"button_sig.gif", + array( "image"=>"button_sig.png", "open"=>"--~~~~", "close"=>"", "sample"=>"", "tip"=>wfMsg("sig_tip")), - array( "image"=>"button_hr.gif", + array( "image"=>"button_hr.png", "open"=>"\\n----\\n", "close"=>"", "sample"=>"",