mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-26014 - blog - improving the label for the URL of an external blog feed
This commit is contained in:
parent
ead4f180a0
commit
06aad19cc7
@ -68,7 +68,7 @@ if (!empty($blogs)) {
|
|||||||
$table = new html_table();
|
$table = new html_table();
|
||||||
$table->cellpadding = 4;
|
$table->cellpadding = 4;
|
||||||
$table->attributes['class'] = 'generaltable boxaligncenter';
|
$table->attributes['class'] = 'generaltable boxaligncenter';
|
||||||
$table->head = array(get_string('name'), get_string('url'), get_string('timefetched', 'blog'), get_string('valid', 'blog'), get_string('actions'));
|
$table->head = array(get_string('name'), get_string('url', 'blog'), get_string('timefetched', 'blog'), get_string('valid', 'blog'), get_string('actions'));
|
||||||
|
|
||||||
foreach ($blogs as $blog) {
|
foreach ($blogs as $blog) {
|
||||||
if ($blog->failedlastsync) {
|
if ($blog->failedlastsync) {
|
||||||
|
@ -154,7 +154,7 @@ $string['tagtext'] = 'Tag text';
|
|||||||
$string['timefetched'] = 'Time of last sync';
|
$string['timefetched'] = 'Time of last sync';
|
||||||
$string['timewithin'] = 'Display tags used within this many days';
|
$string['timewithin'] = 'Display tags used within this many days';
|
||||||
$string['updateentrywithid'] = 'Updating entry';
|
$string['updateentrywithid'] = 'Updating entry';
|
||||||
$string['url'] = 'URL';
|
$string['url'] = 'RSS feed URL';
|
||||||
$string['url_help'] = 'Enter the RSS feed URL for your external blog.';
|
$string['url_help'] = 'Enter the RSS feed URL for your external blog.';
|
||||||
$string['useblogassociations'] = 'Enable blog associations';
|
$string['useblogassociations'] = 'Enable blog associations';
|
||||||
$string['useexternalblogs'] = 'Enable external blogs';
|
$string['useexternalblogs'] = 'Enable external blogs';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user