﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1780	Admin Button in der Adminbar fehlt nach Update auf 2.0.5.0	FräuleinGarn		"Siehe: [https://www.modified-shop.org/forum/index.php?topic=40904.msg372003#msg372003 Admin Button in der Adminbar fehlt]

in der Datei von tpl_modified_responsive_1 ist noch enthalten
{{{
// start
if ($admin_access['start'] == '1') {
  $box_smarty->assign('START', xtc_href_link_admin(FILENAME_START,'', 'NONSSL'));
}
}}}
statt
{{{
// start
$box_smarty->assign('START', xtc_href_link_admin(FILENAME_START,'', 'NONSSL'));
}}}
wie es in der Anleitung steht: [https://www.modified-shop.org/wiki/Tutorial:_Template_eines_xt:Commerce_Shops_in_der_modified_eCommerce_Shopsoftware_weiter_verwenden#Wegfall_der_Adminberechtigung_f_C3_BCr__22start_22 Tutorial: Template eines xt:Commerce Shops in der modified eCommerce Shopsoftware weiter verwenden - Wegfall der Adminberechtigung für ""start""]

Anscheinend kommt es dadurch bei einigen zu Fehlern. In meinem Testshop allerdings nicht."	Bug/Fehler	new	normal	modified-shop-2.0.5.1	Template	2.0.5.0					
