Skip to content

Commit

Permalink
adapted indenting (tabs => spaces, to confirm rest of the file..)
Browse files Browse the repository at this point in the history
  • Loading branch information
kstenschke committed Jun 29, 2015
1 parent f10d1f7 commit 5494cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/database/database.xml
Expand Up @@ -693,7 +693,7 @@
(6,'Select',1,1,0,1,NULL,'input','select','select inputtext',NULL),
(7,'Date Time',0,0,0,1,NULL,'input','date','date w120 inputtext',NULL),
(8,'Medias',0,0,1,1,NULL,'div','media',NULL,NULL),
(9,'Color',0,0,0,1,NULL,'input','color','color w120 inputtext',NULL),
(9,'Color',0,0,0,1,NULL,'input','color','color w120 inputtext',NULL),
(100,'Number',1,0,0,1,'numeric','input','number','w120 inputtext',NULL),
(110,'Email',0,0,0,1,'email','input','email','w95p inputtext',NULL),
(120,'Phone',0,0,0,1,'digits','input','tel','w140 inputtext','^((\\+\\d{1,3}(-| )?\\(?\\d\\)?(-| )?\\d{1,5})|(\\(?\\d{2,6}\\)?))(-| )?(\\d{3,4})(-| )?(\\d{4})(( x| ext)\\d{1,5}){0,1}$'),
Expand Down

0 comments on commit 5494cc3

Please sign in to comment.