Skip to content
Snippets Groups Projects
Commit 115e3342 authored by ANDRIATAHINA Dady Christon's avatar ANDRIATAHINA Dady Christon
Browse files

up start date - end date design

parent 85b94569
No related branches found
No related tags found
No related merge requests found
...@@ -31,12 +31,12 @@ if (@$element["fromActivityPub"] && $element["fromActivityPub"] == true) { ...@@ -31,12 +31,12 @@ if (@$element["fromActivityPub"] && $element["fromActivityPub"] == true) {
<?php if((!empty($element["startDate"])) && (!empty($element["startDate"])) ) { ?> <?php if((!empty($element["startDate"])) && (!empty($element["startDate"])) ) { ?>
<ul class="tl"> <ul class="tl">
<li class="tl-item contentInformation" id="divStartDate" > <li class="tl-item contentInformation" id="divStartDate" >
<div class="item-title bold" ><?php echo Yii::t("event","From") ?></div> <span class="item-title bold" ><?php echo Yii::t("event","From") ?></span>
<div class="item-detail" id="startDateAbout"><?php echo (isset($element["startDate"]) ? $element["startDate"] : "" ); ?></div> <span class="item-detail" id="startDateAbout"><?php echo (isset($element["startDate"]) ? $element["startDate"] : "" ); ?></span>
</li> </li>
<li class="tl-item contentInformation" id="divEndDate" > <li class="tl-item contentInformation" id="divEndDate" >
<div class="item-title bold"><?php echo Yii::t("common","To") ?></div> <span class="item-title bold"><?php echo Yii::t("common","To") ?></span>
<div class="item-detail" id="endDateAbout"><?php echo (isset($element["endDate"]) ? $element["endDate"] : "" ); ?></div> <span class="item-detail" id="endDateAbout"><?php echo (isset($element["endDate"]) ? $element["endDate"] : "" ); ?></span>
</li> </li>
</ul> </ul>
<?php } <?php }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment