MDL-10148 - hard coded lang strings in user/message.html

This commit is contained in:
poltawski
2007-06-18 19:21:24 +00:00
parent 7f17368588
commit 10f5778089
+2 -2
View File
@@ -46,7 +46,7 @@
</td>
</tr>
<tr><td align="center" colspan="2"><input type="submit" name="preview" value="Preview" /></td></tr>
<tr><td align="center" colspan="2"><input type="submit" name="preview" value="<?php print_string('preview'); ?>" /></td></tr>
</table>
<?php print_simple_box_end(); ?>
<table align="center"><tr><th colspan="4" scope="row"><?php print_string('currentlyselectedusers'); ?></th></tr>
@@ -69,7 +69,7 @@
echo '<img src="'.$CFG->pixpath.'/t/emailno.gif" alt="'.$error.'" title="'.$error.'"/>';
unset($error);
}
echo '</td><td><input type="submit" onClick="this.form.deluser.value='.$user->id.';" value="remove" /></td></tr>';
echo '</td><td><input type="submit" onClick="this.form.deluser.value='.$user->id.';" value="' . get_string('remove') . '" /></td></tr>';
}
}
else {