Exemplo n.º 1
0
					jQuery("#timedata").html(data);
					jQuery("[rel=popover]").popover({trigger: "hover"});
				}
			});
			e.preventDefault();
		}
		else {
			e.preventDefault();
		}
	});
});
';
$style = '.task-title > a {' . 'margin-left:10px;' . 'margin-right:10px;' . '}' . '.margin-none {' . 'margin: 0;' . '}' . '.list-striped .dropdown-menu li {' . 'background-color:transparent;' . 'padding: 0;' . 'border-bottom-width: 0;' . '}' . '.list-striped .dropdown-menu li.divider {' . 'background-color: rgba(0, 0, 0, 0.1);' . 'margin: 2px 0;' . '}' . '.label {' . 'margin-left: 3px' . '}';
$doc->addScriptDeclaration($script);
$doc->addStyleDeclaration($style);
modPFtimeHelper::loadMedia();
?>

<form id="adminPFTEForm" name="adminPFTEForm" class="adminPFTEForm" method="post" action="<?php 
echo htmlspecialchars(JFactory::getURI()->toString());
?>
">
	<div class="cat-list-row">
		<div class="filter-search-buttons btn-group pull-left" style="width:100%">
			<div class="drange controls pull-left">
					<label style="width:50px" class="control-label pull-left" for="dpstart"><?php 
echo JText::_('MOD_PF_TIME_CONFIG_FILTER_DATE_FROM');
?>
</label>
					<?php 
echo JHTML::calendar('', 'filter_start_date', 'filter_start_date', '%Y-%m-%d');