Skip to content

Commit

Permalink
Solves #9687
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Apr 1, 2016
1 parent 44c28d3 commit 9194bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -40,7 +40,7 @@
);
?>

<form action="<?php echo JRoute::_('index.php?option=com_languages&layout=edit&lang_id=' . (int) $this->item->lang_id); ?>" method="post" name="adminForm" id="language-form" class="form-validate form-horizontal">
<form action="<?php echo JRoute::_('index.php?option=com_languages&view=language&layout=edit&lang_id=' . (int) $this->item->lang_id); ?>" method="post" name="adminForm" id="language-form" class="form-validate form-horizontal">

<?php echo JLayoutHelper::render('joomla.edit.item_title', $this); ?>

Expand Down
Expand Up @@ -80,7 +80,7 @@

?>

<form action="<?php echo JRoute::_('index.php?option=com_menus&layout=edit&id=' . (int) $this->item->id); ?>" method="post" name="adminForm" id="item-form" class="form-validate">
<form action="<?php echo JRoute::_('index.php?option=com_menus&view=item&layout=edit&id=' . (int) $this->item->id); ?>" method="post" name="adminForm" id="item-form" class="form-validate">

<?php echo JLayoutHelper::render('joomla.edit.title_alias', $this); ?>

Expand Down

0 comments on commit 9194bf9

Please sign in to comment.