Ver Fonte

[fixed] setup for phone schemes now initialises the selfie variables too so they should work from the start plus a couple or colour corrections for the editor where 4 x ' messes it up

Kevin_Smarts há 1 ano atrás
pai
commit
80e2a59c08
2 ficheiros alterados com 4 adições e 0 exclusões
  1. 1 0
      locations/clothing.qsrc
  2. 3 0
      locations/telefon.qsrc

+ 1 - 0
locations/clothing.qsrc

@@ -167,6 +167,7 @@ if $ARGS[0] = 'view_clothing_list':
 	    else
 	        $wardrobeSetDefault = '<a href="exec: $wardrobeDefaultPagePref = ''viewClothing'' & gt ''clothing'', ''view_clothing_list'', ''wardrobe''">Set here as default wardrobe page</a>'
 	    end
+!! '''' Colour code correction for editor
         '<center><<$wardrobeSetDefault>></center>'
 		killvar '$wardrobeSetDefault'
     elseif $ARGS[1] = 'resize':

+ 3 - 0
locations/telefon.qsrc

@@ -1773,6 +1773,8 @@ if $ARGS[0] = 'send_sms':
 	<font size=6>Send SMS</font><br>
 	<img src="images/system/phone/theme/<<$phonetheme_name[pcs_phonetheme]>>/<<iif(telefon[''UnreadSMS'']=0,''icon_sms.png'',''icon_sms_new.gif'')>>" height="80" width="80"><br>'
 
+!! Colour correction for editor ''''
+	
 	$telefon['body'] += '<TABLE cellspacing="0" width="80%">'
 	!!iterating all Contacts
 	i=0
@@ -1998,6 +2000,7 @@ if $ARGS[0] = 'setup':
 	$phonetheme_name[13] = 'Woodshop'
 
 	phonetheme[0] = 1
+	gs 'phone_selfies', 'Phone_selfie_totals'
 end
 
 --- telefon ---------------------------------