web/event_form.php
changeset 1000 c294569b0725
parent 989 e4e219f7b12c
child 1001 df016fc8bbdb
--- a/web/event_form.php	Mon Nov 25 19:18:23 2013 +0100
+++ b/web/event_form.php	Mon Nov 25 22:28:08 2013 +0100
@@ -81,17 +81,17 @@
 		<form id="event-form" method="post" enctype="multipart/form-data" action="./event_process.php">
 			<fieldset id="event-fields">
 				<div class="event-field">
+					<label for="title"><?php print $translate->_("title"); ?>*</label>
+					<input type="text" id="title" name="title" />
+					<div class="event-field-help"><?php print $translate->_("title_help"); ?></div>
+					<div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>attention-1314-01-notion-attention/client.php?highlight=%23event-title" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
+				</div>
+				<div class="event-field">
 					<label for="hashtag"><?php print $translate->_("hashtag"); ?></label>
 					<input type="text" id="hashtag" name="hashtag" alt="format: #hastag"/>
 					<div class="event-field-help"><?php print $translate->_("hashtag_help"); ?></div>
 				</div>
 				<div class="event-field">
-					<label for="title"><?php print $translate->_("title"); ?></label>
-					<input type="text" id="title" name="title" />
-					<div class="event-field-help"><?php print $translate->_("title_help"); ?></div>
-					<div class="event-field-example"><a href="<?php echo(URL_ROOT); ?>attention-1314-01-notion-attention/client.php?highlight=%23event-title" target="_blank"><?php print $translate->_("Event_example"); ?></a></div>
-				</div>
-				<div class="event-field">
 					<label for="abstract"><?php print $translate->_("abstract");?></label>
 					<textarea name="abstract" id="abstract"></textarea>
 					<div class="event-field-help"><?php print $translate->_("abstract_help"); ?></div>