the shortly_number option can be activated in /styles/theme/gow/settings.cfg -> 'TOPNAV_SHORTLY_NUMBER' => 1
if a page like the fleetpage for example does not act with shortly_numbers u can add the function like this in the tpl files
if you use that, don't forget to write a workaround if there buttons wich autofill input-filds.
example for this, can be seen here. Sending a fleet
example smarty.
the shortly_number function can also be used in php
then it looks like this
example php
also in javascript the function is useable
example javascript
if a page like the fleetpage for example does not act with shortly_numbers u can add the function like this in the tpl files
example for this, can be seen here. Sending a fleet
example smarty.
the shortly_number function can also be used in php
then it looks like this
example php
example javascript