mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 04:56:23 +05:30
Fix admin layout
This commit is contained in:
parent
3b7df7d3c3
commit
3a1a459119
4 changed files with 9 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2015-2021 Danang Probo Sayekti.
|
Copyright (c) 2014-2021 Danang Probo Sayekti.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -112,14 +112,14 @@ $( function() {
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<?php if ($type == 'is_audio'):?>
|
<?php if ($type == 'is_audio'):?>
|
||||||
<label for="pAudio"><?php echo i18n('Featured_Audio');?> <span class="required">*</span></label>
|
<label for="pAudio"><?php echo i18n('Featured_Audio');?> <span class="required">*</span> (e.g Soundcloud)</label>
|
||||||
<textarea rows="2" cols="20" class="form-control text <?php if (isset($postAudio)) { if (empty($postAudio)) { echo 'error';} } ?>" id="pAudio" name="audio"><?php if (isset($postAudio)) { echo $postAudio;} ?></textarea>
|
<textarea rows="2" cols="20" class="form-control text <?php if (isset($postAudio)) { if (empty($postAudio)) { echo 'error';} } ?>" id="pAudio" name="audio"><?php if (isset($postAudio)) { echo $postAudio;} ?></textarea>
|
||||||
<input type="hidden" name="is_audio" value="is_audio">
|
<input type="hidden" name="is_audio" value="is_audio">
|
||||||
<br>
|
<br>
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
|
|
||||||
<?php if ($type == 'is_video'):?>
|
<?php if ($type == 'is_video'):?>
|
||||||
<label for="pVideo"><?php echo i18n('Featured_Video');?> <span class="required">*</span></label>
|
<label for="pVideo"><?php echo i18n('Featured_Video');?> <span class="required">*</span> (e.g Youtube)</label>
|
||||||
<textarea rows="2" cols="20" class="form-control text <?php if (isset($postVideo)) { if (empty($postVideo)) { echo 'error';} } ?>" id="pVideo" name="video"><?php if (isset($postVideo)) { echo $postVideo;} ?></textarea>
|
<textarea rows="2" cols="20" class="form-control text <?php if (isset($postVideo)) { if (empty($postVideo)) { echo 'error';} } ?>" id="pVideo" name="video"><?php if (isset($postVideo)) { echo $postVideo;} ?></textarea>
|
||||||
<input type="hidden" name="is_video" value="is_video">
|
<input type="hidden" name="is_video" value="is_video">
|
||||||
<br>
|
<br>
|
||||||
|
|
|
||||||
|
|
@ -168,14 +168,14 @@ $( function() {
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<?php if ($type == 'is_audio'):?>
|
<?php if ($type == 'is_audio'):?>
|
||||||
<label for="pAudio"><?php echo i18n('Featured_Audio');?> <span class="required">*</span></label>
|
<label for="pAudio"><?php echo i18n('Featured_Audio');?> <span class="required">*</span> (e.g Soundcloud)</label>
|
||||||
<textarea rows="2" cols="20" class="form-control text <?php if (isset($postAudio)) { if (empty($postAudio)) { echo 'error';} } ?>" id="pAudio" name="audio"><?php echo $oldaudio; ?></textarea>
|
<textarea rows="2" cols="20" class="form-control text <?php if (isset($postAudio)) { if (empty($postAudio)) { echo 'error';} } ?>" id="pAudio" name="audio"><?php echo $oldaudio; ?></textarea>
|
||||||
<input type="hidden" name="is_audio" value="is_audio">
|
<input type="hidden" name="is_audio" value="is_audio">
|
||||||
<br>
|
<br>
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
|
|
||||||
<?php if ($type == 'is_video'):?>
|
<?php if ($type == 'is_video'):?>
|
||||||
<label for="pVideo"><?php echo i18n('Featured_Video');?> <span class="required">*</span></label>
|
<label for="pVideo"><?php echo i18n('Featured_Video');?> <span class="required">*</span> (e.g Youtube)</label>
|
||||||
<textarea rows="2" cols="20" class="form-control text <?php if (isset($postVideo)) { if (empty($postVideo)) { echo 'error';} } ?>" id="pVideo" name="video"><?php echo $oldvideo ?></textarea>
|
<textarea rows="2" cols="20" class="form-control text <?php if (isset($postVideo)) { if (empty($postVideo)) { echo 'error';} } ?>" id="pVideo" name="video"><?php echo $oldvideo ?></textarea>
|
||||||
<input type="hidden" name="is_video" value="is_video">
|
<input type="hidden" name="is_video" value="is_video">
|
||||||
<br>
|
<br>
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,10 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<?php echo head_contents();?>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<title><?php echo $title;?></title>
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta name="description" content="<?php echo $description; ?>"/>
|
||||||
<title><?php echo $title;?></title>
|
<link rel="canonical" href="<?php echo $canonical; ?>" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo site_url() ?>system/resources/css/font-awesome.css">
|
<link rel="stylesheet" href="<?php echo site_url() ?>system/resources/css/font-awesome.css">
|
||||||
<link href="<?php echo site_url() ?>system/resources/css/adminlte.min.css" rel="stylesheet">
|
<link href="<?php echo site_url() ?>system/resources/css/adminlte.min.css" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue