예제 #1
0
파일: add.php 프로젝트: faosclass/gz_news
    _e('Clean', 'gz_news');
    ?>
</a>
							</div>
						</div>

					<?php 
}
?>
				</div> 
				<div class="form-actions">
					<?php 
if ($item_id) {
    ?>
						<a href="<?php 
    echo GzNewsUtils::getActionDeleteUrl($item_id);
    ?>
&from_form=1" class="btn btn-red newsDeleteBtn" onclick="return confirm('<?php 
    _e('Do you really want to delete this new?', 'gz_news');
    ?>
');"><?php 
    _e('Delete', 'gz_news');
    ?>
</a>
					<?php 
}
?>
					<input type="submit" class="btn btn-submit newsSubmitBtn" value="<?php 
_e('Publish', 'gz_news');
?>
">
예제 #2
0
파일: index.php 프로젝트: faosclass/gz_news
        _e('View', 'gz_news');
        ?>
</a>
							</li>
							<li>
								<a href="<?php 
        echo GzNewsUtils::getAdminEditUrl($item['gn_id']);
        ?>
"><?php 
        _e('Edit', 'gz_news');
        ?>
</a>
							</li>
							<li>
								<a href="<?php 
        echo GzNewsUtils::getActionDeleteUrl($item['gn_id']);
        ?>
" onclick="return confirm('<?php 
        _e('Do you really want to delete this new?', 'gz_news');
        ?>
');"><?php 
        _e('Delete', 'gz_news');
        ?>
</a>
							</li>
						</ul>
					</td>


				</tr>
			<?php