Skip to content

Commit

Permalink
korrektur
Browse files Browse the repository at this point in the history
  • Loading branch information
diddipoeler committed Dec 29, 2024
1 parent f910273 commit 0be6a19
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion site/helpers/imageselect.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function jInsertFieldValue(value, id) {
$imageselect .= "</div></div>\n";

$imageselect .= "<div class=\"button2-left\"><div class=\"blank\"><a class=\"btn btn-primary\" title=\"" .
Text::_('JLIB_FORM_MEDIA_PREVIEW_SELECTED_IMAGE') . "\" href=\"#\" onclick=\"reset_" . $fieldid . "();\">" . Text::_('JSEARCH_RESET') . "</a></div></div>\n";
Text::_('JLIB_FORM_MEDIA_PREVIEW_SELECTED_IMAGE') . "\" href=\"#\" onclick=\"reset_" . $fieldid . "();\">" . Text::_('JRESET') . "</a></div></div>\n";

$imageselect .= "<div class=\"button2-left\"><div class=\"blank\"><a class=\"btn btn-primary\" title=\"" .
Text::_('JCLEAR') . "\" href=\"#\" onclick=\"clear_" . $fieldid . "();\">" . Text::_('JCLEAR') . "</a></div></div>";
Expand Down
13 changes: 1 addition & 12 deletions site/models/forms/editprojectteam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,18 +189,7 @@
preview="show"
directory=""/>

<!--
<field
name="logo_big"
type="media"
default=""
label="COM_SPORTSMANAGEMENT_ADMIN_CLUB_LOGO_LARGE"
description="COM_SPORTSMANAGEMENT_ADMIN_CLUB_LOGO_LARGE_DESC"
class="inputbox"
preview="show"
targetfolder="clubs_large"
directory=""/>
-->

</fieldset>

<fieldset name="description"
Expand Down
2 changes: 1 addition & 1 deletion site/views/editprojectteam/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Factory;

// Get the form fieldsets.
/** Get the form fieldsets. */
$fieldsets = $this->form->getFieldsets();

?>
Expand Down
2 changes: 1 addition & 1 deletion site/views/editprojectteam/tmpl/default_details.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
defined('_JEXEC') or die('Restricted access');
use Joomla\CMS\Language\Text;

// Get the form fieldsets.
/** Get the form fieldsets. */
$fieldsets = $this->form->getFieldsets();
?>
<fieldset class="adminform">
Expand Down
2 changes: 1 addition & 1 deletion site/views/editprojectteam/tmpl/default_picture.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
defined('_JEXEC') or die('Restricted access');
use Joomla\CMS\Language\Text;

// Get the form fieldsets.
/** Get the form fieldsets. */
$fieldsets = $this->form->getFieldsets();
?>
<fieldset class="adminform">
Expand Down

0 comments on commit 0be6a19

Please sign in to comment.