clean the main layout now known as unfold1, including for the 2 pieces (unfold1_main...
[unfold.git] / unfold / js / unfold-helper.js
1 var unfold = {
2     warning:function(text){ 
3         return "<button class='unfold-warning btn btn-warning'>"+text+"</button>"; 
4     },
5     error : function(text){ 
6         return "<button class='unfold-error btn btn-error'>"+text+"</button>"; 
7     },
8 } // global unfold