Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64
User : palandch ( 1163)
PHP Version : 7.1.33
Disable Function : NONE
Directory :  /home/palandch/public_html/manager/templates/default/security/message/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/palandch/public_html/manager/templates/default/security/message/create.tpl
<form id="new_message_form" action="{$_config.connectors_url}security/message.php" method="post" onsubmit="return false;">
	<table class="classy classynoborder">
		<tbody>
			<tr>
				<th><label for="mn_subject">{$_lang.messages_subject}</label>:</th>
				<td class="x-form-element"><input type="text" name="subject" id="mn_subject" value="" size="50"class="textfield" modx:allowblank="0" /></td>
			</tr>
			<tr>
				<th><label for="mn_recipient">{$_lang.messages_send_to}</label>:</th>
				<td class="x-form-element">
					<input checked="checked" type="radio" name="type" id="mn_type1" value="user" class="radio" onclick="Messages.changeType('user','mn_');" /> {$_lang.messages_user}
					&nbsp;<input type="radio" name="type" id="mn_type2" value="role" class="radio" onclick="Messages.changeType('role','mn_');" /> {$_lang.messages_role}
					&nbsp;<input type="radio" name="type" id="mn_type3" value="all" class="radio" onclick="Messages.changeType('all','mn_');" /> {$_lang.messages_all}			
					<div id="mn_udiv">	
						<select name="user" id="mn_user" class="combobox">
						{foreach from=$users item=user}
							<option value="{$user->id}">{$user->username}</option>
						{/foreach}
						</select>
					</div>
					<div id="mn_rdiv">
						<select name="role" id="mn_role" class="combobox">
				    	{foreach from=$roles item=role}
					        <option value="{$role->id}">{$role->name}</option>
						{/foreach}
						</select>
					</div>
				</td>
			</tr>
			<tr>
				<th><label for="mn_text">{$_lang.messages_message}</label>:</th>
				<td class="x-form-element">
					<textarea id="mn_text" name="message" cols="50" rows="5" class="textarea" modx:width="500" modx:grow="1"></textarea>
				</td>
			</tr>
		</tbody>
	</table>
</form>

Spamworldpro Mini