0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-18 15:12:58 +00:00

Merge pull request from Dillon-Brown/issue-5647

Fixed  - Number after subpanel name in Studio
This commit is contained in:
Ashley Nicolson 2018-07-11 15:27:20 +01:00 committed by GitHub
commit a977334fee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
*
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
* Copyright (C) 2011 - 2017 SalesAgility Ltd.
* Copyright (C) 2011 - 2018 SalesAgility Ltd.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by the
@ -37,7 +37,6 @@
* reasonably feasible for technical reasons, the Appropriate Legal Notices must
* display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM".
*/
*}
<div class='wizard' width='100%' >
<div align='left' id='export'>{$actions}</div>
@ -65,7 +64,7 @@
<tr>
<td align="center">
<a class='studiolink' id='{$button.linkId}' href="javascript:void(0)">
{$buttonName}
{if (isset($button.imageName))}{$button.imageTitle}{else}{$buttonName}{/if}
</a>
</td>
</tr>