Introduce new lang constant for 'Publish now' button

Add this as title attribute and (hidden) button text for said
button

References #262
This commit is contained in:
Matthias Mees 2015-01-17 16:25:24 +01:00
parent b295e617df
commit d626281228
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
@define('TOGGLE_VIEW', 'Switch category view mode');
@define('PUBLISH_NOW', 'Publish this entry now with the current time and date');

View File

@ -86,7 +86,7 @@
<input type="hidden" name="serendipity[adminAction]" value="publish" />
<input type="hidden" name="serendipity[id]" value="{$entry.id}" />
{$token}
<button class="publish_now" type="submit"><span class="icon-share"></span><span class="visuallyhidden">{$CONST.PUBLISH}</span></button>
<button class="publish_now" type="submit" title="{$CONST.PUBLISH_NOW}"><span class="icon-share"></span><span class="visuallyhidden">{$CONST.PUBLISH_NOW}</span></button>
</form>
</li>
{/if}