BUG 9549 I added button to import dynaform SOLVED

I added button to import dynaform
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-11-23 16:05:35 -04:00
parent 9b2c1343e4
commit 21013b00f6
2 changed files with 1 additions and 4 deletions

View File

@@ -38,9 +38,6 @@ var verifyLogin = function() {
case 'save_as': case 'save_as':
dynaformEditor.save_as(); dynaformEditor.save_as();
break; break;
case 'save_as':
dynaformEditor.save_as();
break;
case 'saveJavascript': case 'saveJavascript':
dynaformEditor.saveJavascript(); dynaformEditor.saveJavascript();
break; break;

View File

@@ -154,7 +154,7 @@ switch ($request) {
<td align="" colspan="2" style="background: none repeat scroll 0 0 #E0E7EF; border-bottom: 1px solid #C3D1DF; <td align="" colspan="2" style="background: none repeat scroll 0 0 #E0E7EF; border-bottom: 1px solid #C3D1DF;
color: #000000; font-weight: bold; padding-left: 5px; text-shadow: 0 1px 0 #FFFFFF; color: #000000; font-weight: bold; padding-left: 5px; text-shadow: 0 1px 0 #FFFFFF;
font: 8px"> font: 8px">
<span>Select dynaform to import</span> <span>' . G::LoadTranslation('ID_SELECT_DYNAFORM_IMPORT') . '</span>
</td> </td>
</tr> </tr>
<tr> <tr>