﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
162	Anzahl der erlaubten Zeichen bei der Artikelbearbeitung erhöhen?	Torsten Riemer	somebody	"Wir könnten mal überlegen, ob wir die Anzahl der erlaubten Zeichen in der Artikelbearbeitung erhöhen. Das folgende Thema hat mich darauf gebracht: [http://www.modified-shop.org/forum/index.php?topic=28189.msg254907#msg254907 Meta Title Länge zu kurz?]

Datei ""/admin/includes/modules/new_product.php"":

{{{
          <div class=""main"" style=""vertical-align:top; padding: 3px; line-height:20px;"">
              <?php echo $lng_image. '&nbsp;'. TEXT_PRODUCTS_KEYWORDS . ' (max. 255 '. TEXT_CHARACTERS .')'; ?> <br/>
              <?php echo xtc_draw_input_field('products_keywords[' . $languages[$i]['id'] . ']',(isset($products_keywords[$languages[$i]['id']]) ? stripslashes($products_keywords[$languages[$i]['id']]) : $products_desc_fields['products_keywords']), 'style=""width:100%"" maxlength=""255""'); ?><br/>
              <?php echo $lng_image. '&nbsp;'. TEXT_META_TITLE. ' (max. 50 '. TEXT_CHARACTERS .')'; ?> <br/>
              <?php echo xtc_draw_input_field('products_meta_title[' . $languages[$i]['id'] . ']',(isset($products_meta_title[$languages[$i]['id']]) ? stripslashes($products_meta_title[$languages[$i]['id']]) : $products_desc_fields['products_meta_title']), 'style=""width:100%"" maxlength=""50""'); ?><br/>
              <?php echo $lng_image. '&nbsp;'. TEXT_META_DESCRIPTION. ' (max. 140 '. TEXT_CHARACTERS .')'; ?> <br/>
              <?php echo xtc_draw_input_field('products_meta_description[' . $languages[$i]['id'] . ']',(isset($products_meta_description[$languages[$i]['id']]) ? stripslashes($products_meta_description[$languages[$i]['id']]) : $products_desc_fields['products_meta_description']), 'style=""width:100%"" maxlength=""140""'); ?><br/>
              <?php echo $lng_image. '&nbsp;'. TEXT_META_KEYWORDS. ' (max. 180 '. TEXT_CHARACTERS .')'; ?> <br/>
              <?php echo xtc_draw_input_field('products_meta_keywords[' . $languages[$i]['id'] . ']', (isset($products_meta_keywords[$languages[$i]['id']]) ? stripslashes($products_meta_keywords[$languages[$i]['id']]) : $products_desc_fields['products_meta_keywords']), 'style=""width:100%"" maxlength=""180""'); ?>
          </div>
}}}
"	Erweiterung	closed	normal	modified-shop-2.0.0.0	Admin	trunk	fixed				
