Skip to content

Commit

Permalink
remove J!1.5 khepri background image
Browse files Browse the repository at this point in the history
  • Loading branch information
trob authored May 6, 2018
1 parent 988c669 commit d2ce29e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
?>

<form action="<?php JRoute::_('index.php?option=com_fabrik'); ?>" method="post" name="adminForm" id="adminForm" class="form-validate">
<ul style="list-style:none;font-weight:bold;color:#0055BB;background:#C3D2E5 url(templates/khepri/images/notice-info.png) no-repeat scroll 4px center;padding:10px;margin-bottom:10px;border-top:3px solid #84A7DB;border-bottom:3px solid #84A7DB">
<ul style="list-style:none;font-weight:bold;color:#0055BB;background:#C3D2E5;padding:10px;margin-bottom:10px;border-top:3px solid #84A7DB;border-bottom:3px solid #84A7DB">
<?php if ($db->qn($this->item->name) !== $this->oldName) : ?>
<li style="padding-left:30px">
<?php echo JText::sprintf('COM_FABRIK_UPDATE_ELEMENT_NAME', $this->oldName, $db->qn($this->item->name)); ?>
Expand All @@ -38,4 +38,4 @@
echo JHTML::_('form.token');
echo JHTML::_('behavior.keepalive');
?>
</form>
</form>

0 comments on commit d2ce29e

Please sign in to comment.