marc-leopold/server/plugins/rainlab/builder/widgets/defaultcontroldesigntimepro.../partials/_control-hint.htm

7 lines
283 B
HTML
Raw Normal View History

2019-02-25 14:56:59 +00:00
<div class="builder-blueprint-control-partial">
<i class="icon-question-circle"></i><?= e(trans('rainlab.builder::lang.form.control_hint')) ?>
<?php
$path = $this->getPropertyValue($properties, 'path');
echo strlen($path) ? ' - '.$path : null;
?>
</div>