mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"MDL-13766, fixed input name"
This commit is contained in:
parent
a09aeee47b
commit
1238246b45
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ class repository_flickr_public extends repository {
|
|||
$str .= '<input type="hidden" name="ctx_id" value="'.$this->context->id.'" />';
|
||||
$str .= '<input type="hidden" name="seekey" value="'.sesskey().'" />';
|
||||
$str .= '<label>'.get_string('fulltext', 'repository_flickr_public').': </label><br/><input name="s" value="" /><br/>';
|
||||
$str .= '<label>'.get_string('tag', 'repository_flickr_public').'</label><br /><input type="text" name="tag" /><br />';
|
||||
$str .= '<label>'.get_string('tag', 'repository_flickr_public').'</label><br /><input type="text" name="flickr_tag" /><br />';
|
||||
return $str;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue