PluginProbe
ShiftController Employee Shift Scheduling / 4.9.66
ShiftController Employee Shift Scheduling v4.9.66
4.9.97 4.9.96 4.9.95 4.9.74 4.9.75 4.9.76 4.9.77 4.9.78 4.9.84 4.9.85 4.9.87 4.9.91 4.9.92 trunk 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 3.2.4 All 38 releases
← All changes | sh4/_wordpress/conf/html/admin/view/publish.html.php +0 -46 4.9.954.9.66 View file →
@@ -251,44 +251,8 @@
251 251 </ul>
252 252 </div>
253 253 </div>
254 254
255 -<div class="hc-mb3">
256 - <div class="hc-bold">t1</div>
257 -
258 - <div class="hc-ml3">
259 - <ul>
260 - <li>
261 - Display shifts that start at this time only (seconds from midnight). Multiple options are allowed, separate them by "-", for example 10800-57600.
262 - </li>
263 - </ul>
264 - </div>
265 -</div>
266 -
267 -<div class="hc-mb3">
268 - <div class="hc-bold">t2</div>
269 -
270 - <div class="hc-ml3">
271 - <ul>
272 - <li>
273 - Display shifts that end at this time only (seconds from midnight). Multiple options are allowed, separate them by "-", for example 10800-57600.
274 - </li>
275 - </ul>
276 - </div>
277 -</div>
278 -
279 -<div class="hc-mb3">
280 - <div class="hc-bold">t</div>
281 -
282 - <div class="hc-ml3">
283 - <ul>
284 - <li>
285 - Display shifts that end at this time only (seconds from midnight). Separate start and end times by "-", separate multiple options by "_", for example 10800-21600_57600-68400.
286 - </li>
287 - </ul>
288 - </div>
289 -</div>
290 -
291 255 <p>
292 256 <h3>Examples</h3>
293 257 </p>
294 258
@@ -348,18 +312,8 @@
348 312
349 313 <p>
350 314 <code class="hc-p2 hc-mt1 hc-mb1 hc-border hc-block hc-maroon">
351 315 [<?php echo $shortcode; ?> type="list" time="now"]
352 -</code>
353 -</p>
354 -
355 -<p>
356 -Display 3am-6am and 4pm-7pm shifts.
357 -</p>
358 -
359 -<p>
360 -<code class="hc-p2 hc-mt1 hc-mb1 hc-border hc-block hc-maroon">
361 -[<?php echo $shortcode; ?> t="10800-21600_57600-68400"]
362 316 </code>
363 317 </p>
364 318
365 319 <?php if( class_exists('SH4_Pickup_Boot') ) : ?>