Changeset 697783
- Timestamp:
- 04/15/2013 12:23:37 PM (13 years ago)
- Location:
- poeditor/trunk
- Files:
-
- 1 added
- 2 edited
-
readme.txt (modified) (2 diffs)
-
screenshot-2.png (added)
-
views/index.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
poeditor/trunk/readme.txt
r697760 r697783 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5.1 7 Stable tag: 0.9 7 Stable tag: 0.9.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 35 35 1. Main plugin page 36 36 2. Assign local file to Poeditor language -
poeditor/trunk/views/index.php
r697654 r697783 14 14 </h1> 15 15 <br clear="all"> 16 17 <h2 class="title poeditorTableTitle">18 POEditor translations19 </h2>20 16 <a class="button-secondary poeditorTableExtraLink" href="<?php echo POEDITOR_PATH;?>&do=getProjects" title="<?php _e( 'Refresh online projects list' ); ?>"> 21 17 <span class="buttons-icon-refresh"></span> 22 18 <?php _e( 'Refresh online projects list' ); ?> 23 19 </a> 20 <h2 class="title poeditorTableTitle"> 21 POEditor translations 22 </h2> 23 24 24 <br clear="all"> 25 25 <?php … … 87 87 <tr> 88 88 <td></td> 89 <td></td>90 89 <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> 92 91 <form action="<?php echo POEDITOR_PATH;?>&do=addLanguage" class="addLanguage" id="addLanguage_<?php echo $project['id'];?>" method="post"> 93 92 <select name="language"> … … 116 115 ?> 117 116 <tr> 118 <td></td>119 117 <td colspan="5"> 120 <a href="#addProject" class="addProjectButton ">+ Create project</a>118 <a href="#addProject" class="addProjectButton button-secondary">+ Create project</a> 121 119 <form action="<?php echo POEDITOR_PATH;?>&do=addProject" class="addProject" method="post"> 122 120 <input type="text" name="project" id="projectNameInput"> … … 149 147 } else { 150 148 ?> 151 <a class="button-secondary" href="<?php echo POEDITOR_PATH;?>&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;?>&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> 152 156 <?php 153 157 } … … 359 363 </div> 360 364 <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) 362 366 </p> 363 367
Note: See TracChangeset
for help on using the changeset viewer.