Overview
Comment: | [fx] gc_panel: title for buttons |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
5553427e15ad1188d18426f00d9e8428 |
User & Date: | olr on 2017-07-19 07:44:38 |
Other Links: | manifest | tags |
Context
2017-07-24
| ||
13:04 | [fr] fusionne 4 précédents commits de la branche <webext> check-in: 1c4dfb4431 user: olr tags: trunk, fr | |
2017-07-19
| ||
14:57 | [fx] WebExtension (beginning) check-in: 300f8ca77c user: olr tags: fx, webext | |
07:44 | [fx] gc_panel: title for buttons check-in: 5553427e15 user: olr tags: trunk, fx | |
06:13 | [fr] pt: avec un peu de chance check-in: 4f75eda83f user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/xpi/data/gc_panel.html from [039ec3de16] to [8bf8693bcb].
︙ | ︙ | |||
12 13 14 15 16 17 18 | function hideData (sIdErr) { document.getElementById("data"+sIdErr).hidden = true; } </script> <body class="panel"> <div style="position: fixed; width: 100%"> <div id="rightcorner"> | | | | > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | function hideData (sIdErr) { document.getElementById("data"+sIdErr).hidden = true; } </script> <body class="panel"> <div style="position: fixed; width: 100%"> <div id="rightcorner"> <a class="rightcornerbutton red" id="close" href="#" title="Fermer"><b>×</b></a> <a class="rightcornerbutton cyan" id="expand_reduce" href="#" title="Réduire/Agrandir"><b>−</b></a> <a class="rightcornerbutton1 green" id="copy_to_clipboard" href="#" style="display: none;" onclick="return false;" title="Copier dans le presse-papiers"> <b id="clipboard_msg">∑</b> </a> </div> <header> <div id="waiticon" class="spinner"> <div class="double-bounce1"></div> <div class="double-bounce2"></div> </div> <!--<div id="waiticon" class="fright" style="margin-right: 50px"> |
︙ | ︙ |