[Weberp-svn] SF.net SVN: weberp:[8673] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-04-27 08:23:07
|
Revision: 8673 http://weberp.svn.sourceforge.net/weberp/?rev=8673&view=rev Author: tim_schofield Date: 2012-04-27 08:22:58 +0000 (Fri, 27 Apr 2012) Log Message: ----------- Layout improvements, new css and buttons Modified Paths: -------------- trunk/Z_poEditLangHeader.php trunk/Z_poEditLangModule.php trunk/Z_poEditLangRemaining.php Modified: trunk/Z_poEditLangHeader.php =================================================================== --- trunk/Z_poEditLangHeader.php 2012-04-27 08:22:48 UTC (rev 8672) +++ trunk/Z_poEditLangHeader.php 2012-04-27 08:22:58 UTC (rev 8673) @@ -101,7 +101,7 @@ } echo '</table>'; - echo '<br /><div class="centre"><input type="submit" name="submit" value="' . _('Modify') . '" /> '; + echo '<br /><div class="centre"><button type="submit" name="submit">' . _('Modify') . '</button> '; echo '<input type="hidden" name="language" value="' . $_POST['language'] . '" /></div>'; echo '</form>'; } Modified: trunk/Z_poEditLangModule.php =================================================================== --- trunk/Z_poEditLangModule.php 2012-04-27 08:22:48 UTC (rev 8672) +++ trunk/Z_poEditLangModule.php 2012-04-27 08:22:58 UTC (rev 8673) @@ -163,7 +163,7 @@ echo '</td></tr>'; echo '</table>'; echo '<br /><div class="centre">'; - echo '<input type="submit" name="submit" value="' . _('Modify') . '" /> '; + echo '<button type="submit" name="submit">' . _('Modify') . '</button> '; echo '<input type="hidden" name="module" value="' . $_POST['module'] . '" />'; echo '</form>'; @@ -225,8 +225,8 @@ echo '</tr></table>'; echo '<br />'; echo '<div class="centre">'; - echo '<input type="submit" name="proceed" value="' . _('Proceed') . '" /> '; - echo '<br /><br /><input type="submit" name="ReMergePO" value="' . _('Refresh messages with latest strings') . '" />'; + echo '<button type="submit" name="proceed">' . _('Proceed') . '</button> '; + echo '<br /><br /><button type="submit" name="ReMergePO">' . _('Refresh messages with latest strings') . '</button>'; echo '</div>'; echo '</form>'; echo '</td></tr></table>'; Modified: trunk/Z_poEditLangRemaining.php =================================================================== --- trunk/Z_poEditLangRemaining.php 2012-04-27 08:22:48 UTC (rev 8672) +++ trunk/Z_poEditLangRemaining.php 2012-04-27 08:22:58 UTC (rev 8673) @@ -132,7 +132,7 @@ echo '</td></tr>'; echo '</table>'; echo '<br /><div class="centre">'; - echo '<input type="submit" name="submit" value="' . _('Modify') . '" /> '; + echo '<button type="submit" name="submit">' . _('Modify') . '</button> '; echo '<input type="hidden" name="module" value="' . $_POST['module'] . '" />'; echo '</form>'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |