use left instead of right
<td class="glm-nowrap">
{$e.status.name}
</td>
- <td>
+ <td>
{$e.firstDate}
</td>
<td>
$( "#glmEventsSearch" ).autocomplete({
source: availableTags,
html: true,
- position: { my : "right top", at: "right bottom" },
+ position: { my : "left top", at: "left bottom" },
select: function( event, ui ) {
var eventID = ui.item.id;
window.location.replace("{$adminUrl}?page=glm-members-admin-menu-events-index&glm_action=list&option=edit&event=" + eventID );
});
</script>
-
+
{include file='admin/footer.html'}