Good Day All!
I’ve seen numerous grumblings posted by folks struggling with sugar’s quirky approach to drop-downs, most with little in the way of redress. Nonetheless...
I’ve added two dropdowns via the dropdown editor to custom/include/language/en_us.php, and called them in Accounsts/SearchForm.html
<td class="dataLabel" noWrap><slot>{MOD.Region_c}</slot></td>
<td class="dataLabel" noWrap><slot><select name="Region_c">{OPTIONS_REGION_C}</select></slot></td>
and...
<td class="dataLabel"><slot>{MOD.Zone_c}</slot></td>
<td class="dataLabel"><slot><select name="Zone_c">{OPTIONS_ZONE_C}</select></slot></td>
This works fine on my Desktop, but come up BLANK on my tablet installation. Same files, same hack, same stack.
I would almost prefer to manually enter these app_list_strings in the module along side account_type_dom and industry_dom etc. but can’t figure out where those reside. I'd settle for a good old fashioned html select if I could figure how to make that work.
Any input on either getting the custom /include to work, or on where to look to manually enter the options within the module -- foregoing the custom_include altogether-- would be GREATLY APPRECIATED!!!
Sugar OS Version 4.0.1f
Apache version : Apache/2.0.55 (Win32)
PHP version :4.4.2
Loaded extensions :
standard, bcmath, calendar, ctype, com, ftp, mysql, odbc, overload, pcre, session, tokenizer, xml, wddx, zlib, apache2handler, mbstring, curl
MySQL version : 5.0.18-nt


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks