This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
modules/scheduler/views/config Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ $strippedDescription = strip_tags($description);
116
116
?>
117
117
</ul>
118
118
<div id="tabs-feed">
119
- <?
119
+ <?php
120
120
echo $ this ->element ('feed ' );
121
121
?>
122
122
</div>
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ $this->headScript()->appendFile($this->coreWebroot.'/public/js/common/common.bro
87
87
?>
88
88
</ul>
89
89
<div id="tabs-1">
90
- <?
90
+ <?php
91
91
echo $ this ->element ('feed ' );
92
92
?>
93
93
</div>
@@ -147,13 +147,13 @@ $this->headScript()->appendFile($this->coreWebroot.'/public/js/common/common.bro
147
147
{
148
148
?>
149
149
<div id="tabs-4">
150
- <?
150
+ <?php
151
151
$ this ->listFiles =$ this ->ownedItems ;
152
152
echo $ this ->element ('listfiles ' );
153
153
?>
154
154
</div>
155
155
<div id="tabs-5">
156
- <?
156
+ <?php
157
157
$ this ->listFiles =$ this ->shareItems ;
158
158
echo $ this ->element ('listfiles ' );
159
159
?>
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ $this->headScript()->appendFile($this->moduleWebroot . '/public/js/config/config
74
74
<a href="<?php echo $ this ->webroot ?> /scheduler/run?id=<?php echo $ job ->getKey ()?> ">Run Now</a>
75
75
</td>
76
76
</tr>
77
- <?
77
+ <?php
78
78
}?>
79
79
</table>
80
80
<?php
@@ -125,7 +125,7 @@ $this->headScript()->appendFile($this->moduleWebroot . '/public/js/config/config
125
125
<?php echo substr ($ logContent , 0 , 30 )?>
126
126
</td>
127
127
</tr>
128
- <?
128
+ <?php
129
129
}?>
130
130
</table>
131
131
<?php
You can’t perform that action at this time.
0 commit comments