mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
minor blog tag edit page cleanup MDL-7438
This commit is contained in:
parent
6117edc7c1
commit
574558f0e5
@ -14,7 +14,7 @@ print_heading(get_string('tagmanagement'));
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<form action="tags.php" method="POST">
|
||||
<form action="tags.php" method="post">
|
||||
<input type="hidden" name="sesskey" value="<?php echo sesskey(); ?>" />
|
||||
<?php
|
||||
if (has_capability('moodle/blog:manageofficialtags', $sitecontext)) {
|
||||
@ -42,7 +42,7 @@ print_heading(get_string('tagmanagement'));
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<form action="tags.php" method="POST">
|
||||
<form action="tags.php" method="post">
|
||||
<input type="hidden" name="sesskey" value="<?php echo sesskey(); ?>" />
|
||||
<select name="tags[]" multiple="multiple" id="ptags" size="8">
|
||||
<?php
|
||||
@ -77,10 +77,10 @@ print_heading(get_string('tagmanagement'));
|
||||
<tr>
|
||||
<td>
|
||||
<?php if (has_capability('moodle/blog:manageofficialtags', $sitecontext)) { ?>
|
||||
<form action="tags.php" method="POST">
|
||||
<form action="tags.php" method="post">
|
||||
<input type="hidden" name="sesskey" value="<?php echo sesskey(); ?>" />
|
||||
<?php print_string('addotags','blog');?>:<br/>
|
||||
<input type="text" name="otag" />
|
||||
<label for="newotag"><?php print_string('addotags','blog');?></label>:<br/>
|
||||
<input type="text" name="otag" id="newotag" />
|
||||
<input type="submit" value="<?php print_string('add');?>" />
|
||||
<input type="hidden" name="action" value="addofficial" />
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user