Changeset 18316 for extensions/piwishack


Ignore:
Timestamp:
Sep 27, 2012, 9:51:18 PM (12 years ago)
Author:
Gotcha
Message:

New icons, simplify the popup

Location:
extensions/piwishack
Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/piwishack/language/en_UK/plugin.lang.php

    r7747 r18316  
    2323$lang['Partage_me']                             = 'Share your image.';
    2424$lang['text_intro_thumbnail']           = 'Display the thumbnail.';
    25 $lang['Post_on_a_website_d']            = 'Share the thumbnail (clickable) sites. HTML tags.';
     25$lang['Post_on_a_website']                      = 'Share the thumbnail (clickable) sites. HTML tags.';
     26$lang['Post_on_a_website_dd']           = 'Share the normal view (clickable) sites. HTML tags.';
    2627$lang['Post_on_a_forum']                        = 'Share the thumbnail (clickable) on forums. BBcode tags.';
     28$lang['Post_on_a_forum_dd']             = 'Share the normal view (clickable) on forums. BBcode tags.';
    2729$lang['text_intro_normal_view']         = 'Viewing the normal view.';
    28 $lang['Post_on_a_website_dd']           = 'Share the normal view (clickable) sites. HTML tags.';
    2930$lang['Post_a_direct_link']             = 'Direct link to your file.';
    30 $lang['Export_Perso_configurated']      = 'Share your photo according to pre-defined conditions.';
    31 $lang['Perso_writer_01']                        = 'Custom formatting, fields #1';
    32 $lang['Perso_writer_02']                        = 'Custom formatting, fields #2';
    33 $lang['Perso_writer_03']                        = 'Custom formatting, fields #3';
    34 $lang['Perso_writer_04']                        = 'Custom formatting, fields #4';
    35 $lang['Perso_writer_05']                        = 'Custom formatting, fields #5';
    3631?>
  • extensions/piwishack/language/fr_FR/plugin.lang.php

    r7747 r18316  
    2323$lang['Partage_me']                             = 'Partager votre image.';
    2424$lang['text_intro_thumbnail']           = 'Affichage de la miniature.';
    25 $lang['Post_on_a_website_d']            = 'Partager la miniature (cliquable) sur des sites. Balises HTML.';
     25$lang['Post_on_a_website']                      = 'Partager la miniature (cliquable) sur des sites. Balises HTML.';
     26$lang['Post_on_a_website_dd']           = 'Partager la vue normale (cliquable) sur des sites. Balises HTML.';
    2627$lang['Post_on_a_forum']                        = 'Partager la miniature (cliquable) sur des forums. Balises BBcode.';
     28$lang['Post_on_a_forum_dd']             = 'Partager la vue normale (cliquable) sur des forums. Balises BBcode.';
    2729$lang['text_intro_normal_view']         = 'Affichage de la vue normale.';
    2830$lang['Post_on_a_website_dd']           = 'Partager la vue normale (cliquable) sur des sites. Balises HTML.';
    2931$lang['Post_a_direct_link']             = 'Liens directe vers votre fichier.';
    30 $lang['Export_Perso_configurated']      = 'Partager votre photo selon des conditions pré-définies.';
    31 $lang['Perso_writer_01']                        = 'Formatage personnalisé, champs #1';
    32 $lang['Perso_writer_02']                        = 'Formatage personnalisé, champs #2';
    33 $lang['Perso_writer_03']                        = 'Formatage personnalisé, champs #3';
    34 $lang['Perso_writer_04']                        = 'Formatage personnalisé, champs #4';
    35 $lang['Perso_writer_05']                        = 'Formatage personnalisé, champs #5';
    3632?>
  • extensions/piwishack/template/controller.css

    r6771 r18316  
    3636         top: 50px;
    3737         padding: 10px;
     38         width: 128px;
    3839}
    3940
  • extensions/piwishack/template/controller.tpl

    r9114 r18316  
    2525    <tr>
    2626      <td class="img_share">
    27         <img src="../piwishack/icon/thumbnail.png" alt="Piwishack thumbnail" width=64 height=64/>
     27        <img src="../piwishack/icon/thumbnail.png" alt="Piwishack thumbnail" width=128 height=128/>
    2828      </td>
    2929      <td>
    30         <div class="txt_share">{'Post_on_a_website_d'|@translate}</div>
     30        <div class="txt_share">{'Post_on_a_website'|@translate}</div>
    3131          <form>
    32             <textarea name="thumb_Post_on_a_website" cols="140" rows="2" onclick="select()"></textarea>
     32            <textarea name="thumb_Post_on_a_website" cols="140" rows="4" onclick="select()"></textarea>
    3333          </form>
    3434            <br>
    3535        <div class="txt_share">{'Post_on_a_forum'|@translate}</div>
    3636          <form>
    37             <textarea name="thumb_Post_on_a_forum" cols="140" rows="2" onclick="select()"></textarea>
     37            <textarea name="thumb_Post_on_a_forum" cols="140" rows="3" onclick="select()"></textarea>
    3838          </form>
    3939      </td>
     
    5050      <div class="txt_share">{'Post_on_a_website_dd'|@translate}</div>
    5151      <form>
    52         <textarea name="view_Post_on_a_website" cols="140" rows="2" onclick="select()"></textarea>
     52        <textarea name="view_Post_on_a_website" cols="140" rows="4" onclick="select()"></textarea>
    5353      </form>
    5454        <br>
    5555      <div class="txt_share">{'Post_on_a_forum'|@translate}</div>
    5656      <form>
    57         <textarea name="view_Post_on_a_forum" cols="140" rows="2" onclick="select()"></textarea>
     57        <textarea name="view_Post_on_a_forum" cols="140" rows="3" onclick="select()"></textarea>
    5858      </form>        <br>
    5959      <div class="txt_share">{'Post_a_direct_link'|@translate}</div>
     
    6464    </tr>
    6565  </table>
    66   <hr />
    67   <span class="title_bloc">{'Export_Perso_configurated'|@translate}</span>
    68   <table align="center">
    69     <tr>
    70       <td>   
    71       <div class="txt_share">{'Perso_writer_01'|@translate}</div>
    72       <form>
    73         <textarea name="p_Perso_writer_01" cols="140" rows="2" onclick="select()"></textarea>
    74       </form>
    75       <br>
    76       <div class="txt_share">{'Perso_writer_02'|@translate}</div>
    77         <form>
    78           <textarea name="p_Perso_writer_02" cols="140" rows="2" onclick="select()"></textarea>
    79         </form>
    80       </td>
    81     </tr>
    82   </table>
    8366</fieldset>
    8467</div>
Note: See TracChangeset for help on using the changeset viewer.