fix $noloc state in mod editwebpages
This commit is contained in:
parent
f987fc3e6f
commit
e56b8fdfaf
@ -188,7 +188,7 @@ function editwebpage_content(&$a) {
|
|||||||
'$video' => t('Insert Vorbis [.ogg] video'),
|
'$video' => t('Insert Vorbis [.ogg] video'),
|
||||||
'$audio' => t('Insert Vorbis [.ogg] audio'),
|
'$audio' => t('Insert Vorbis [.ogg] audio'),
|
||||||
'$setloc' => t('Set your location'),
|
'$setloc' => t('Set your location'),
|
||||||
'$noloc' => t('Clear browser location'),
|
'$noloc' => ((get_pconfig($uid, 'system', 'use_browser_location')) ? t('Clear browser location') : ''),
|
||||||
'$wait' => t('Please wait'),
|
'$wait' => t('Please wait'),
|
||||||
'$permset' => t('Permission settings'),
|
'$permset' => t('Permission settings'),
|
||||||
'$ptyp' => $itm[0]['type'],
|
'$ptyp' => $itm[0]['type'],
|
||||||
|
Reference in New Issue
Block a user