mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
message MDL-26433 refactored the constants in messaging
This commit is contained in:
parent
48fe5c6cf9
commit
25bd5c75ab
5 changed files with 63 additions and 72 deletions
|
@ -6,7 +6,7 @@
|
|||
<input type="hidden" name="sesskey" value="<?php p(sesskey()); ?>" />
|
||||
<input type="text" name="combinedsearch" size="40" id="combinedsearch" value="<?php p($combinedsearchstring); ?>" />
|
||||
<input type="submit" name="combinedsubmit" value="<?php print_string('searchcombined','message') ?>" />
|
||||
<a href="index.php?usergroup=<?php echo VIEW_SEARCH ?>&advanced=1" id="advancedcontactsearchlink"><?php print_string('advanced') ?></a>
|
||||
<a href="index.php?usergroup=<?php echo MESSAGE_VIEW_SEARCH ?>&advanced=1" id="advancedcontactsearchlink"><?php print_string('advanced') ?></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue