Esempio n. 1
0
 </span> <?php 
            $disabled = $ordering ? '' : 'disabled="disabled"';
            ?>
 <input type="text" name="order[]" size="5" value="<?php 
            echo $item->ordering;
            ?>
" <?php 
            echo $disabled;
            ?>
 class="input-ordering" style="text-align: center" />
								</td>
								<?php 
        }
        ?>
								<?php 
        echo '<td>' . EHtmlGrid::publishedWithIcons($item, $i, $this->perms->editstate) . '</td>';
        if (AUTOTWEETNG_JOOCIAL) {
            echo '<td>' . SelectControlHelper::getScopeName($item->scope) . '</td>';
        }
        echo '<td>' . $item->id . '</td>';
        ?>
							</tr>
							<?php 
        $i++;
    }
    ?>
							<?php 
} else {
    ?>
							<tr>
								<td colspan="10" align="center"><?php 
Esempio n. 2
0
								<td><span class="channel-type-<?php 
        echo $item->channel_id;
        ?>
"></span> <?php 
        echo $item->channel_id ? SelectControlHelper::getChannelName($item->channel_id) : JText::_('JALL');
        ?>
								</td>

								<?php 
        if ($hasAjaxOrderingSupport === false) {
            echo EHtmlGrid::basicOrderingColumn($this->pagination, $i, $count, $item->ordering);
        }
        ?>

								<td><?php 
        echo EHtmlGrid::publishedWithIcons($item, $i, $this->perms->editstate);
        ?>
								</td>

								<td>
								<?php 
        echo $item->id;
        ?>
								</td>
							</tr>
							<?php 
        $i++;
    }
    ?>
							<?php 
} else {
Esempio n. 3
0
								</td>
								<?php 
        }
        ?>

								<td><a href="<?php 
        echo $link;
        ?>
" class="nobr"> <?php 
        echo JHtml::_('date', $item->postdate, JText::_('COM_AUTOTWEET_DATE_FORMAT'));
        ?>
								</a>
								</td>

								<td><?php 
        echo EHtmlGrid::lockedWithIcons($checkedout);
        ?>
 <a href="<?php 
        echo $link;
        ?>
"> <?php 
        $message = $item->message;
        if ($this->isModule) {
            $message = TextUtil::truncString($message, AutotweetDefaultView::MAX_CHARS_TITLE_SHORT_SCREEN, true);
        } else {
            $message = TextUtil::truncString($message, AutotweetDefaultView::MAX_CHARS_TITLE_SCREEN, true);
        }
        echo htmlentities($message, ENT_COMPAT, 'UTF-8');
        ?>
								</a>
								<?php