diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-12 13:53:34 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-12 13:53:34 -0500 |
| commit | 339118bc1ca31133eb9c40f50462ec4353ae03ad (patch) | |
| tree | b927122f1f21c32dae7ee7943aecb25a8b7d92c2 | |
| parent | e85a6b8812ba785c4f792f5737f21b56df0994ce (diff) | |
| download | pigeonholes-339118bc1ca31133eb9c40f50462ec4353ae03ad.tar.gz pigeonholes-339118bc1ca31133eb9c40f50462ec4353ae03ad.tar.bz2 pigeonholes-339118bc1ca31133eb9c40f50462ec4353ae03ad.zip | |
rename *_structure to structure_*
| -rw-r--r-- | edit_pigeonholes.php | 2 | ||||
| -rw-r--r-- | edit_structure.php | 2 | ||||
| -rw-r--r-- | templates/edit_structure.tpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php index de2ad5c..1a4ca21 100644 --- a/edit_pigeonholes.php +++ b/edit_pigeonholes.php @@ -28,7 +28,7 @@ include_once( PIGEONHOLES_PKG_INCLUDE_PATH.'lookup_pigeonholes_inc.php' ); if( !empty( $_REQUEST["structure_id"] ) && ( empty( $_REQUEST['action'] ) || $_REQUEST['action'] != 'remove' ) ) { $verifyStructurePermission = 'p_pigeonholes_create'; $noAjaxContent = TRUE; - include_once( LIBERTY_PKG_INCLUDE_PATH.'edit_structure_inc.php' ); + include_once( LIBERTY_PKG_INCLUDE_PATH.'structure_edit_inc.php' ); // get all the nodes in this structure foreach( $rootTree as $node ) { diff --git a/edit_structure.php b/edit_structure.php index 5d80779..9e3ff77 100644 --- a/edit_structure.php +++ b/edit_structure.php @@ -31,7 +31,7 @@ $gBitThemes->loadJavascript( UTIL_PKG_PATH.'javascript/libs/mygosu/DynamicTreeBu include_once( PIGEONHOLES_PKG_INCLUDE_PATH.'lookup_pigeonholes_inc.php' ); $verifyStructurePermission = 'p_pigeonholes_create'; -include_once( LIBERTY_PKG_INCLUDE_PATH.'edit_structure_inc.php' ); +include_once( LIBERTY_PKG_INCLUDE_PATH.'structure_edit_inc.php' ); // Display the template $gBitSystem->display( 'bitpackage:pigeonholes/edit_structure.tpl', $gStructure->mInfo["title"] , array( 'display_mode' => 'edit' )); diff --git a/templates/edit_structure.tpl b/templates/edit_structure.tpl index 50cf64c..eae10b8 100644 --- a/templates/edit_structure.tpl +++ b/templates/edit_structure.tpl @@ -6,6 +6,6 @@ </div> <div class="body"> - {include file="bitpackage:liberty/edit_structure_inc.tpl" no_delete=TRUE} + {include file="bitpackage:liberty/structure_edit_inc.tpl" no_delete=TRUE} </div><!-- end .body --> </div><!-- end .edit --> |
