Plugin Directory

Changeset 697783


Ignore:
Timestamp:
04/15/2013 12:23:37 PM (13 years ago)
Author:
addatwork
Message:

0.9.1 minor changes

Location:
poeditor/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • poeditor/trunk/readme.txt

    r697760 r697783  
    55Requires at least: 3.5
    66Tested up to: 3.5.1
    7 Stable tag: 0.9
     7Stable tag: 0.9.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434
    35351. Main plugin page
    36 
     362. Assign local file to Poeditor language
  • poeditor/trunk/views/index.php

    r697654 r697783  
    1414    </h1>
    1515    <br clear="all">
    16 
    17     <h2 class="title poeditorTableTitle">
    18         POEditor translations
    19     </h2>
    2016    <a class="button-secondary poeditorTableExtraLink" href="<?php echo POEDITOR_PATH;?>&amp;do=getProjects" title="<?php _e( 'Refresh online projects list' ); ?>">
    2117        <span class="buttons-icon-refresh"></span>
    2218        <?php _e( 'Refresh online projects list' ); ?>
    2319    </a>
     20    <h2 class="title poeditorTableTitle">
     21        POEditor translations
     22    </h2>
     23
    2424    <br clear="all">
    2525    <?php
     
    8787                            <tr>
    8888                                <td></td>
    89                                 <td></td>
    9089                                <td>
    91                                     <a href="#addLanguage" class="addLanguageButton " rel="<?php echo $project['id'];?>">+ Add language to "<?php echo $project['name'];?>"</a>
     90                                    <a href="#addLanguage" class="addLanguageButton button-secondary" rel="<?php echo $project['id'];?>">+ Add language to "<?php echo $project['name'];?>"</a>
    9291                                    <form action="<?php echo POEDITOR_PATH;?>&amp;do=addLanguage" class="addLanguage" id="addLanguage_<?php echo $project['id'];?>" method="post">
    9392                                        <select name="language">
     
    116115                ?>
    117116                <tr>
    118                     <td></td>
    119117                    <td colspan="5">
    120                         <a href="#addProject" class="addProjectButton">+ Create project</a>
     118                        <a href="#addProject" class="addProjectButton button-secondary">+ Create project</a>
    121119                        <form action="<?php echo POEDITOR_PATH;?>&amp;do=addProject" class="addProject" method="post">
    122120                            <input type="text" name="project" id="projectNameInput">
     
    149147    } else {
    150148        ?>
    151         <a class="button-secondary" href="<?php echo POEDITOR_PATH;?>&amp;do=getProjects" title="<?php _e( 'No projects found yet. Sync now' ); ?>"><?php _e( 'No projects found yet. Sync now' ); ?></a>
     149        <p><?php _e('Found no projects in your poeditor.com account.'); ?></p>
     150       
     151        <a href="#addProject" class="addProjectButton button-primary">+ Create project</a>
     152        <form action="<?php echo POEDITOR_PATH;?>&amp;do=addProject" class="addProject" method="post">
     153            <input type="text" name="project" id="projectNameInput">
     154            <input type="submit" name="submit" id="submit" class="button button-primary" value="Create project">
     155        </form>
    152156        <?php
    153157    }
     
    359363    </div>
    360364    <p>
    361         <img src="<?php echo plugins_url( '_resources/img/warning.png' , __FILE__ );?>" class="poeditorWarningIcon" alt="This folder is not writable"> = The folder or file is not writable
     365        <img src="<?php echo plugins_url( '_resources/img/warning.png' , __FILE__ );?>" class="poeditorWarningIcon" alt="This folder is not writable"> = The folder or file is not writable (so we won't be able to update the files with the information from poeditor.com)
    362366    </p>
    363367
Note: See TracChangeset for help on using the changeset viewer.