style(legacy): format (#2039)
This commit is contained in:
parent
7082c9693d
commit
1550d44ac5
122 changed files with 18369 additions and 15819 deletions
|
@ -1,5 +1,9 @@
|
|||
<?php if ($this->objType == "block") { $displayText = "smart block"; } else { $displayText = $this->escape($this->objType); } ?>
|
||||
<?php if ($this->objType == "block") {
|
||||
$displayText = "smart block";
|
||||
} else {
|
||||
$displayText = $this->escape($this->objType);
|
||||
} ?>
|
||||
<h3>You do not have permission to edit this <?php echo $displayText; ?>.</h3>
|
||||
<input class="obj_id" type="hidden" value="<?php echo $this->obj->getId(); ?>"/>
|
||||
<input class='obj_type' type='hidden' value="<?php echo $this->escape($this->objType); ?>"/>
|
||||
<input class="obj_id" type="hidden" value="<?php echo $this->obj->getId(); ?>" />
|
||||
<input class='obj_type' type='hidden' value="<?php echo $this->escape($this->objType); ?>" />
|
||||
<input type="hidden" class="playlist_name_display" contenteditable="true" value="<?php echo $this->escape($this->obj->getName()); ?>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue