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:
parent
b295e617df
commit
d626281228
@ -1 +1 @@
|
||||
@define('TOGGLE_VIEW', 'Switch category view mode');
|
||||
@define('PUBLISH_NOW', 'Publish this entry now with the current time and date');
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user