GX-Bug #47061 » TrackingCodeTextareaFix.patch
src/admin/gm_analytics.php (revision ) | ||
---|---|---|
124 | 124 |
</label> |
125 | 125 |
</td> |
126 | 126 |
<td class="dataTableContent_gm"> |
127 |
<textarea style="width:300px;" name="GM_ANALYTICS_CODE" id="GM_ANALYTICS_CODE" rows="10"><?php echo htmlspecialchars_wrapper($gm_ana_conf['GM_ANALYTICS_CODE']); ?></textarea> |
|
127 |
<textarea style="width:500px;height: 300px;" name="GM_ANALYTICS_CODE" id="GM_ANALYTICS_CODE" rows="10"><?php echo htmlspecialchars_wrapper($gm_ana_conf['GM_ANALYTICS_CODE']); ?></textarea>
|
|
128 | 128 |
</td> |
129 | 129 |
</tr> |
130 | 130 |
|