Stud.IP  3.1 Revision 48552
 All Data Structures Namespaces Files Functions Variables Groups Pages
write.php File Reference

Variables

$message_id foreach($default_message->
getRecipients() as $user)
class endforeach 
$search_obj
 $mps
 foreach (Statusgruppen::findContactGroups() as $group)
if($GLOBALS['ENABLE_EMAIL_ATTACHMENTS'])
min 
width = _("Betreff") htmlReady($default_message['subject']) _("Nachricht") htmlReady($default_message['message'],false)
< ahref=""onClick="STUDIP.Messages.toggleSetting('attachments');returnfalse;">
<?=Assets::img("icons/40/blue/staple")?>
< br >< strong ><?=_("Anhänge")?>
</strong ></a ></li ><?endif;?>
< listyle="display:inline-block;min-width:70px;">
< ahref=""onClick="STUDIP.Messages.toggleSetting('tags');returnfalse;">
<?=Assets::img("icons/40/blue/star")?>
< br >< strong ><?=_("Schlagworte")?>
</strong ></a ></li >< listyle="display:inline-block;min-width:70px;">
< ahref=""onClick="STUDIP.Messages.toggleSetting('settings');returnfalse;">
<?=Assets::img("icons/40/blue/admin")?>
< br >< strong ><?=_("Optionen")?>
</strong ></a ></li >< listyle="display:inline-block;min-width:70px;">
< ahref=""onClick="STUDIP.Messages.toggleSetting('preview');STUDIP.Messages.previewComposedMessage();returnfalse;">
<?=Assets::img("icons/40/blue/visibility-visible")?>
< br >< strong ><?=_("Vorschau")?>
</strong ></a ></li ></ul >
</div ><?if($GLOBALS['ENABLE_EMAIL_ATTACHMENTS']):?>
< divid="attachments"style="
<?=$default_attachments?'':'display:none;'?>
<h4><?=_("Anhänge")?></h4>
<div><ulclass="files"><listyle="display:none;"class="file">
<spanclass="icon"></span>
<spanclass="name"></span>
<spanclass="size"></span>
<aclass="remove_attachment">
<?=Assets::img("icons/16/blue/trash",array('class'=>
text bottomif($default_attachments)
($default_attachments as $a)
("icons/16/blue/trash", array('class' =>
"text-bottom")) ?></a> </li>
<? endforeach ?> <? endif ?>
</ul> <div id 
endif
 $sidebar = "" _("Vorschau") \Studip\Button::create(_('Abschicken'), null, array('onclick' => "STUDIP.Messages.checkAdressee();")) Sidebar::get()

Variable Documentation

$mps
Initial value:
MultiPersonSearch::get("add_adressees")
->setLinkText(_('Mehrere Adressaten hinzufügen'))
->setTitle(_('Mehrere Adressaten hinzufügen'))
->setExecuteURL(URLHelper::getURL("dispatch.php/messages/write"))
->setJSFunctionOnSubmit("STUDIP.Messages.add_adressees")
->setSearchObject($search_obj)
$message_id foreach ($default_message->getRecipients() as $user) class endforeach $search_obj
Initial value:
"visual">
<?= htmlReady($user['fullname']) Assets::img("icons/16/blue/trash", array('class' => "text-bottom")) QuickSearch::get("user_id", new StandardSearch("user_id"))
->fireJSFunctionOnSelect("STUDIP.Messages.add_adressee")
->render() new SQLSearch("SELECT auth_user_md5.user_id, {$GLOBALS['_fullname_sql']['full_rev']} as fullname, username, perms "
. "FROM auth_user_md5 "
. "LEFT JOIN user_info ON (auth_user_md5.user_id = user_info.user_id) "
. "WHERE "
. "username LIKE :input OR Vorname LIKE :input "
. "OR CONCAT(Vorname,' ',Nachname) LIKE :input "
. "OR CONCAT(Nachname,' ',Vorname) LIKE :input "
. "OR Nachname LIKE :input OR {$GLOBALS['_fullname_sql']['full_rev']} LIKE :input "
. " ORDER BY fullname ASC",
_("Nutzer suchen"), "user_id")
$sidebar = "" _("Vorschau") \Studip\Button::create(_('Abschicken'), null, array('onclick' => "STUDIP.Messages.checkAdressee();")) Sidebar::get()
<ahref=""onClick="STUDIP.Messages.toggleSetting('attachments');returnfalse;"><?=Assets::img("icons/40/blue/staple")?><br><strong><?=_("Anhänge")?></strong></a></li><?endif;?><listyle="display:inline-block;min-width:70px;"><ahref=""onClick="STUDIP.Messages.toggleSetting('tags');returnfalse;"><?=Assets::img("icons/40/blue/star")?><br><strong><?=_("Schlagworte")?></strong></a></li><listyle="display:inline-block;min-width:70px;"><ahref=""onClick="STUDIP.Messages.toggleSetting('settings');returnfalse;"><?=Assets::img("icons/40/blue/admin")?><br><strong><?=_("Optionen")?></strong></a></li><listyle="display:inline-block;min-width:70px;"><ahref=""onClick="STUDIP.Messages.toggleSetting('preview');STUDIP.Messages.previewComposedMessage();returnfalse;"><?=Assets::img("icons/40/blue/visibility-visible")?><br><strong><?=_("Vorschau")?></strong></a></li></ul></div><?if($GLOBALS['ENABLE_EMAIL_ATTACHMENTS']):?><divid="attachments"style="<?=$default_attachments?'':'display:none;'?><h4><?=_("Anhänge")?></h4><div><ulclass="files"><listyle="display:none;"class="file"><spanclass="icon"></span><spanclass="name"></span><spanclass="size"></span><aclass="remove_attachment"><?=Assets::img("icons/16/blue/trash",array('class'=> text bottomif($default_attachments) ($default_attachments as $a) ("icons/16/blue/trash", array('class' => "text-bottom")) ?></a> </li> <? endforeach ?> <? endif ?> </ul> <div id endif
Initial value:
"display: none;">
<?= Assets::img("icons/20/blue/upload", array('title' => _("Datei hochladen"), 'class' => "text-bottom")) _("Datei hochladen") _("wird verarbeitet") _("gespeichert")
foreach(Statusgruppen::findContactGroups() as $group)
if ($GLOBALS['ENABLE_EMAIL_ATTACHMENTS']) min width = _("Betreff") htmlReady($default_message['subject']) _("Nachricht") htmlReady($default_message['message'],false)